Home | History | Annotate | Download | only in thread.thread.constr

Lines Matching refs:op_run

60     static bool op_run;
70 op_run = true;
79 op_run = true;
84 bool G::op_run = false;
156 assert(!G::op_run);
160 assert(G::op_run);
162 G::op_run = false;
168 assert(!G::op_run);
176 assert(!G::op_run);
182 assert(!G::op_run);
186 assert(G::op_run);