OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlock_called
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp
19
bool
unlock_called
= false;
variable
24
void unlock() {
unlock_called
= true;}
33
assert(
unlock_called
== true);
Completed in 330 milliseconds