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

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock.pass.cpp 24 bool try_lock_called = false; variable
30 try_lock_called = !try_lock_called;
31 return try_lock_called;
42 assert(try_lock_called == true);
57 assert(try_lock_called == false);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 23 bool try_lock_called = false; variable
29 try_lock_called = !try_lock_called;
30 return try_lock_called;
41 assert(try_lock_called == true);
56 assert(try_lock_called == false);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock.pass.cpp 24 bool try_lock_called = false; variable
30 try_lock_called = !try_lock_called;
31 return try_lock_called;
42 assert(try_lock_called == true);
57 assert(try_lock_called == false);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 23 bool try_lock_called = false; variable
29 try_lock_called = !try_lock_called;
30 return try_lock_called;
41 assert(try_lock_called == true);
56 assert(try_lock_called == false);

Completed in 103 milliseconds