Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
Drecursive_mutex_inline.h32 int lock_count = native_type_.fetch_add(1, std::memory_order_acquire); in try_lock() local
38 int lock_count = native_type_.fetch_sub(1, std::memory_order_release); in unlock() local
/external/pigweed/pw_sync_embos/
Dtimed_mutex.cc46 const int lock_count = OS_UseTimed( in try_lock_for() local
56 const int lock_count = 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/cronet/buildtools/third_party/libc++/trunk/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/cronet/buildtools/third_party/libc++/trunk/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/pigweed/pw_sync_stl/public/pw_sync_stl/
Drecursive_mutex_native.h26 unsigned lock_count = 0; member
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dmutex_inline.h30 const int lock_count = OS_Use(&native_type_); in lock() local
/external/mesa3d/src/gallium/frontends/nine/
Dvolume9.h55 unsigned lock_count; member
Dsurface9.h40 int lock_count; member
/external/mbedtls/library/
Dpsa_crypto_core.h79 size_t lock_count; member
/external/openthread/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h83 size_t lock_count; member
/external/webrtc/rtc_base/
Dsigslot_unittest.cc107 int lock_count() { return lock_count_; } in lock_count() function in multi_threaded_local_fake
216 const int lock_count = SignalLockCount(); in TEST_F() local
/external/python/cpython2/Python/
Dthread_atheos.h151 static atomic_t lock_count = 0; variable
Dthread_beos.h169 static int32 lock_count = 0; variable
/external/rust/crates/lock_api/src/
Dremutex.rs69 lock_count: Cell<usize>, field
132 let lock_count = self.lock_count.get() - 1; in unlock() localVariable
164 let lock_count = self.lock_count.get() - 1; in unlock_fair() localVariable
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h4127 __u64 lock_count; member
91235 u_short lock_count; member
Dvmlinux.h4127 __u64 lock_count; member
91235 u_short lock_count; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h2707 __u64 lock_count; member
Dvmlinux.h2707 __u64 lock_count; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h3838 __u64 lock_count; member
Dvmlinux_510.h3838 __u64 lock_count; member