OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:try_lock_called
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock.pass.cpp
21
bool
try_lock_called
= false;
variable
27
try_lock_called
= !
try_lock_called
;
28
return
try_lock_called
;
42
assert(
try_lock_called
== true);
55
assert(
try_lock_called
== false);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp
19
bool
try_lock_called
= false;
variable
25
try_lock_called
= !
try_lock_called
;
26
return
try_lock_called
;
37
assert(
try_lock_called
== true);
50
assert(
try_lock_called
== false);
Completed in 88 milliseconds