Home
last modified time | relevance | path

Searched refs:flg2 (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp92 std::once_flag flg2; variable
96 std::call_once(flg2, init2(), 2, 3); in f2()
97 std::call_once(flg2, init2(), 4, 5); in f2()