HomeSort by relevance Sort by last modified time
    Searched refs:try_lock_until_called (Results 1 - 6 of 6) 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);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_until.pass.cpp 22 bool try_lock_until_called = false; variable
31 try_lock_until_called = !try_lock_until_called;
32 return try_lock_until_called;
47 assert(try_lock_until_called == true);
60 assert(try_lock_until_called == false);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_until.pass.cpp 20 bool try_lock_until_called = false; variable
29 try_lock_until_called = !try_lock_until_called;
30 return try_lock_until_called;
42 assert(try_lock_until_called == true);
55 assert(try_lock_until_called == false);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.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);
59 assert(try_lock_until_called == false);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_until.pass.cpp 23 bool try_lock_until_called = false; variable
32 try_lock_until_called = !try_lock_until_called;
33 return try_lock_until_called;
45 assert(try_lock_until_called == true);
58 assert(try_lock_until_called == false);

Completed in 582 milliseconds