Home
last modified time | relevance | path

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

/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
DF.pass.cpp49 bool f_run = false; variable
53 f_run = true; in f()
130 f_run = false; in test_throwing_new_during_thread_creation()
136 assert(f_run); in test_throwing_new_during_thread_creation()
139 assert(!f_run); // (2.2) in test_throwing_new_during_thread_creation()
143 f_run = false; in test_throwing_new_during_thread_creation()
154 assert(f_run == true); in main()