Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/
H A Drelease.pass.cpp25 static int lock_count; member
31 int mutex::lock_count = 0; member in mutex
/llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
H A Drelease.pass.cpp24 static int lock_count; member
30 int mutex::lock_count = 0; member in mutex
/llvm-project-15.0.7/libc/src/__support/threads/linux/
H A Dmutex.h29 unsigned long long lock_count; member