Searched refs:WeirdScope (Results 1 – 1 of 1) sorted by relevance
2959 class SCOPED_LOCKABLE WeirdScope { class2964 WeirdScope(Mutex *mutex) EXCLUSIVE_LOCK_FUNCTION(mutex);2967 ~WeirdScope() EXCLUSIVE_UNLOCK_FUNCTION();2973 WeirdScope scope(&mu); in relockWeird()