HomeSort by relevance Sort by last modified time
    Searched refs:init41_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 103 int init41_called = 0; variable
111 ++init41_called;
181 assert(init41_called == 1);
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 105 int init41_called = 0; variable
113 ++init41_called;
212 assert(init41_called == 1);

Completed in 522 milliseconds