Searched defs:unlock_count (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/
H A Drelease.pass.cpp24 static int unlock_count; member in struct:mutex
26 void unlock_shared() {++unlock_count;}
30 int mutex::unlock_count = 0; member in class:mutex
43 assert(mutex::unlock_count == 0);
48 assert(mutex::unlock_count == 0);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
H A Drelease.pass.cpp22 static int unlock_count; member in struct:mutex
24 void unlock() {++unlock_count;}
28 int mutex::unlock_count = 0; member in class:mutex
38 assert(mutex::unlock_count == 0);
43 assert(mutex::unlock_count == 0);

Completed in 112 milliseconds