OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init42_called
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp
104
int
init42_called
= 0;
variable
117
++
init42_called
;
182
assert(
init42_called
== 1);
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp
106
int
init42_called
= 0;
variable
119
++
init42_called
;
213
assert(
init42_called
== 1);
Completed in 416 milliseconds