Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/
DF.pass.cpp36 bool f_run = false; variable
40 f_run = true; in f()
95 assert(f_run == true); in main()
97 f_run = false; in main()
108 assert(!f_run); in main()