HomeSort by relevance Sort by last modified time
    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