HomeSort by relevance Sort by last modified time
    Searched refs:init0_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 25 int init0_called = 0; variable
30 ++init0_called;
164 assert(init0_called == 1);
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 27 int init0_called = 0; variable
32 ++init0_called;
195 assert(init0_called == 1);

Completed in 892 milliseconds