Searched defs:lock_count (Results 1 – 14 of 14) sorted by relevance
42 const int lock_count = OS_UseTimed( in try_lock_for() local50 const int lock_count = OS_UseTimed( in try_lock_for() local
23 static int lock_count; member29 int mutex::lock_count = 0; member in mutex
24 static int lock_count; member30 int mutex::lock_count = 0; member in mutex
25 static int lock_count; member31 int mutex::lock_count = 0; member in mutex
29 const int lock_count = OS_Use(&native_type_); in lock() local
46 skc_int lock_count; // # of wip renders member
47 skc_int lock_count; // wip renders member
55 unsigned lock_count; member
40 int lock_count; member
151 static atomic_t lock_count = 0; variable
169 static int32 lock_count = 0; variable
108 int lock_count() { return lock_count_; } in lock_count() function in multi_threaded_local_fake217 const int lock_count = SignalLockCount(); in TEST_F() local
62 lock_count: Cell<usize>, field125 let lock_count = self.lock_count.get() - 1; in unlock() localVariable150 let lock_count = self.lock_count.get() - 1; in unlock_fair() localVariable