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

  /external/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 104 int init42_called = 0; variable
117 ++init42_called;
174 assert(init42_called == 1);
  /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);

Completed in 912 milliseconds