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.cpp40 bool f_run = false; variable
44 f_run = true; in f()
99 assert(f_run == true); in main()
101 f_run = false; in main()
112 assert(!f_run); in main()