Home
last modified time | relevance | path

Searched defs:lock_count (Results 1 – 14 of 14) sorted by relevance

/external/pigweed/pw_sync_embos/
Dtimed_mutex.cc42 const int lock_count = OS_UseTimed( in try_lock_for() local
50 const int lock_count = OS_UseTimed( in try_lock_for() local
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
Drelease.pass.cpp23 static int lock_count; member
29 int mutex::lock_count = 0; member in mutex
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/
Drelease.pass.cpp24 static int lock_count; member
30 int mutex::lock_count = 0; member in mutex
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
Drelease.pass.cpp24 static int lock_count; member
30 int mutex::lock_count = 0; member in mutex
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/
Drelease.pass.cpp25 static int lock_count; member
31 int mutex::lock_count = 0; member in mutex
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dmutex_inline.h29 const int lock_count = OS_Use(&native_type_); in lock() local
/external/skqp/src/compute/skc/platforms/cl_12/
Dstyling_cl_12.h46 skc_int lock_count; // # of wip renders member
Dcomposition_cl_12.h47 skc_int lock_count; // wip renders member
/external/mesa3d/src/gallium/frontends/nine/
Dvolume9.h55 unsigned lock_count; member
Dsurface9.h40 int lock_count; member
/external/python/cpython2/Python/
Dthread_atheos.h151 static atomic_t lock_count = 0; variable
Dthread_beos.h169 static int32 lock_count = 0; variable
/external/webrtc/rtc_base/
Dsigslot_unittest.cc108 int lock_count() { return lock_count_; } in lock_count() function in multi_threaded_local_fake
217 const int lock_count = SignalLockCount(); in TEST_F() local
/external/rust/crates/lock_api/src/
Dremutex.rs62 lock_count: Cell<usize>, field
125 let lock_count = self.lock_count.get() - 1; in unlock() localVariable
150 let lock_count = self.lock_count.get() - 1; in unlock_fair() localVariable