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

  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 76 std::once_flag flg1; variable
80 std::call_once(flg1, init1(), 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 74 std::once_flag flg1; variable
78 std::call_once(flg1, init1(), 1);

Completed in 939 milliseconds