Home
last modified time | relevance | path

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

/llvm-project/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/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
H A Drelease.pass.cpp24 static int lock_count; global() member
30 int mutex::lock_count = 0; global() member in mutex
/llvm-project/libc/src/__support/threads/linux/
H A Dmutex.h31 unsigned long long lock_count; global() variable