/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
D | F.pass.cpp | 61 static bool op_run; member in G 71 op_run = true; in operator ()() 80 op_run = true; in operator ()() 85 bool G::op_run = false; member in G 159 assert(!G::op_run); in main() 166 assert(G::op_run); in main() 168 G::op_run = false; in main() 175 assert(!G::op_run); in main() 183 assert(!G::op_run); in main() 190 assert(!G::op_run); in main() [all …]
|
D | copy.fail.cpp | 26 static bool op_run; member in G 36 op_run = true; in operator ()() 45 op_run = true; in operator ()() 50 bool G::op_run = false; member in G 56 assert(!G::op_run); in main() 64 assert(G::op_run); in main()
|
D | move.pass.cpp | 28 static bool op_run; member in G 38 op_run = true; in operator ()() 47 op_run = true; in operator ()() 52 bool G::op_run = false; member in G 59 assert(!G::op_run); in main() 67 assert(G::op_run); in main()
|
/external/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
D | F.pass.cpp | 62 static bool op_run; member in G 72 op_run = true; in operator ()() 81 op_run = true; in operator ()() 86 bool G::op_run = false; member in G 164 assert(!G::op_run); in main() 171 assert(G::op_run); in main() 173 G::op_run = false; in main() 183 assert(!G::op_run); in main() 191 assert(!G::op_run); in main() 198 assert(!G::op_run); in main() [all …]
|
D | move.pass.cpp | 30 static bool op_run; member in G 40 op_run = true; in operator ()() 45 bool G::op_run = false; member in G 50 assert(!G::op_run); in main() 54 assert(!G::op_run); in main() 65 assert(G::op_run); in main() 68 assert(G::op_run); in main()
|
/external/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/ |
D | move.pass.cpp | 29 static bool op_run; member in G 39 op_run = true; in operator ()() 44 bool G::op_run = false; member in G 49 assert(!G::op_run); in main() 53 assert(!G::op_run); in main() 65 assert(G::op_run); in main() 68 assert(G::op_run); in main()
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/ |
D | move.pass.cpp | 26 static bool op_run; member in G 38 op_run = true; in operator ()() 43 bool G::op_run = false; member in G 49 assert(!G::op_run); in main() 61 assert(G::op_run); in main()
|
D | copy.fail.cpp | 26 static bool op_run; member in G 36 op_run = true; in operator ()() 42 bool G::op_run = false; member in G
|
D | move2.pass.cpp | 29 static bool op_run; member in G 43 op_run = true; in operator ()() 48 bool G::op_run = false; member in G
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/ |
D | dtor.pass.cpp | 29 static bool op_run; member in G 39 op_run = true; in operator ()() 44 bool G::op_run = false; member in G 56 assert(!G::op_run); in main()
|
/external/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/ |
D | dtor.pass.cpp | 31 static bool op_run; member in G 41 op_run = true; in operator ()() 46 bool G::op_run = false; member in G 58 assert(!G::op_run); in main()
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/ |
D | detach.pass.cpp | 33 static bool op_run; member in G 55 op_run = true; in operator ()() 61 bool G::op_run = false; member in G 74 assert(G::op_run); in main()
|
D | joinable.pass.cpp | 28 static bool op_run; member in G 38 op_run = true; in operator ()() 43 bool G::op_run = false; member in G
|
D | swap.pass.cpp | 28 static bool op_run; member in G 38 op_run = true; in operator ()() 43 bool G::op_run = false; member in G
|
D | get_id.pass.cpp | 28 static bool op_run; member in G 38 op_run = true; in operator ()() 43 bool G::op_run = false; member in G
|
D | join.pass.cpp | 31 static bool op_run; member in G 41 op_run = true; in operator ()() 46 bool G::op_run = false; member in G
|
/external/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/ |
D | detach.pass.cpp | 33 static bool op_run; member in G 55 op_run = true; in operator ()() 61 bool G::op_run = false; member in G 74 assert(G::op_run); in main()
|
D | joinable.pass.cpp | 30 static bool op_run; member in G 40 op_run = true; in operator ()() 45 bool G::op_run = false; member in G
|
D | swap.pass.cpp | 30 static bool op_run; member in G 40 op_run = true; in operator ()() 45 bool G::op_run = false; member in G
|
D | get_id.pass.cpp | 30 static bool op_run; member in G 40 op_run = true; in operator ()() 45 bool G::op_run = false; member in G
|
D | join.pass.cpp | 31 static bool op_run; member in G 41 op_run = true; in operator ()() 46 bool G::op_run = false; member in G
|
/external/libcxx/test/libcxx/thread/thread.threads/thread.thread.class/thread.thread.member/ |
D | native_handle.pass.cpp | 30 static bool op_run; member in G 40 op_run = true; in operator ()() 45 bool G::op_run = false; member in G
|
/external/llvm-project/libcxx/test/libcxx/thread/thread.threads/thread.thread.class/thread.thread.member/ |
D | native_handle.pass.cpp | 31 static bool op_run; member in G 41 op_run = true; in operator ()() 46 bool G::op_run = false; member in G
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.algorithm/ |
D | swap.pass.cpp | 28 static bool op_run; member in G 38 op_run = true; in operator ()() 43 bool G::op_run = false; member in G
|
/external/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.algorithm/ |
D | swap.pass.cpp | 30 static bool op_run; member in G 40 op_run = true; in operator ()() 45 bool G::op_run = false; member in G
|