HomeSort by relevance Sort by last modified time
    Searched refs:try_lock_until_called (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_until.pass.cpp 25 bool try_lock_until_called = false; variable
34 try_lock_until_called = !try_lock_until_called;
35 return try_lock_until_called;
47 assert(try_lock_until_called == true);
62 assert(try_lock_until_called == false);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_until.pass.cpp 24 bool try_lock_until_called = false; variable
33 try_lock_until_called = !try_lock_until_called;
34 return try_lock_until_called;
46 assert(try_lock_until_called == true);
61 assert(try_lock_until_called == false);

Completed in 715 milliseconds