HomeSort by relevance Sort by last modified time
    Searched refs:op_run (Results 1 - 25 of 41) sorted by null

1 2

  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
copy.fail.cpp 26 static bool op_run; member in class:G
36 op_run = true;
45 op_run = true;
50 bool G::op_run = false; member in class:G
56 assert(!G::op_run);
64 assert(G::op_run);
F.pass.cpp 61 static bool op_run; member in class:G
71 op_run = true;
80 op_run = true;
85 bool G::op_run = false; member in class:G
159 assert(!G::op_run);
163 assert(G::op_run);
165 G::op_run = false; member in class:G
172 assert(!G::op_run);
180 assert(!G::op_run);
187 assert(!G::op_run);
    [all...]
move.pass.cpp 28 static bool op_run; member in class:G
38 op_run = true;
47 op_run = true;
52 bool G::op_run = false; member in class:G
59 assert(!G::op_run);
67 assert(G::op_run);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/
copy.fail.cpp 26 static bool op_run; member in class:G
36 op_run = true;
45 op_run = true;
50 bool G::op_run = false; member in class:G
56 assert(!G::op_run);
64 assert(G::op_run);
F.pass.cpp 48 static bool op_run; member in class:G
58 op_run = true;
67 op_run = true;
72 bool G::op_run = false; member in class:G
113 assert(!G::op_run);
117 assert(G::op_run);
119 G::op_run = false; member in class:G
125 assert(!G::op_run);
133 assert(!G::op_run);
139 assert(!G::op_run);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
copy.fail.cpp 26 static bool op_run; member in class:G
36 op_run = true;
45 op_run = true;
50 bool G::op_run = false; member in class:G
56 assert(!G::op_run);
64 assert(G::op_run);
F.pass.cpp 60 static bool op_run; member in class:G
70 op_run = true;
79 op_run = true;
84 bool G::op_run = false; member in class:G
156 assert(!G::op_run);
160 assert(G::op_run);
162 G::op_run = false; member in class:G
168 assert(!G::op_run);
176 assert(!G::op_run);
182 assert(!G::op_run);
    [all...]
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
copy.fail.cpp 26 static bool op_run; member in class:G
36 op_run = true;
42 bool G::op_run = false; member in class:G
move.pass.cpp 26 static bool op_run; member in class:G
38 op_run = true;
43 bool G::op_run = false; member in class:G
49 assert(!G::op_run);
61 assert(G::op_run);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/
copy.fail.cpp 26 static bool op_run; member in class:G
36 op_run = true;
42 bool G::op_run = false; member in class:G
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/
copy.fail.cpp 26 static bool op_run; member in class:G
36 op_run = true;
42 bool G::op_run = false; member in class:G
move.pass.cpp 26 static bool op_run; member in class:G
38 op_run = true;
43 bool G::op_run = false; member in class:G
50 assert(!G::op_run);
62 assert(G::op_run);
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/
dtor.pass.cpp 29 static bool op_run; member in class:G
39 op_run = true;
44 bool G::op_run = false; member in class:G
56 assert(!G::op_run);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.destr/
dtor.pass.cpp 26 static bool op_run; member in class:G
36 op_run = true;
41 bool G::op_run = false; member in class:G
53 assert(!G::op_run);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
detach.pass.cpp 26 static bool op_run; member in class:G
36 op_run = true;
41 bool G::op_run = false; member in class:G
51 assert(G::op_run);
join.pass.cpp 26 static bool op_run; member in class:G
36 op_run = true;
41 bool G::op_run = false; member in class:G
joinable.pass.cpp 26 static bool op_run; member in class:G
36 op_run = true;
41 bool G::op_run = false; member in class:G
native_handle.pass.cpp 26 static bool op_run; member in class:G
36 op_run = true;
41 bool G::op_run = false; member in class:G
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/
dtor.pass.cpp 29 static bool op_run; member in class:G
39 op_run = true;
44 bool G::op_run = false; member in class:G
56 assert(!G::op_run);
  /external/libcxx/test/libcxx/thread/thread.threads/thread.thread.class/thread.thread.member/
native_handle.pass.cpp 30 static bool op_run; member in class:G
40 op_run = true;
45 bool G::op_run = false; member in class:G
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
joinable.pass.cpp 28 static bool op_run; member in class:G
38 op_run = true;
43 bool G::op_run = false; member in class:G
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
join.pass.cpp 28 static bool op_run; member in class:G
38 op_run = true;
43 bool G::op_run = false; member in class:G
joinable.pass.cpp 28 static bool op_run; member in class:G
38 op_run = true;
43 bool G::op_run = false; member in class:G
native_handle.pass.cpp 28 static bool op_run; member in class:G
38 op_run = true;
43 bool G::op_run = false; member in class:G
detach.pass.cpp 30 static bool op_run; member in class:G
52 op_run = true;
58 bool G::op_run = false; member in class:G
69 assert(G::op_run);

Completed in 719 milliseconds

1 2