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

Lines Matching refs:op_run

48     static bool op_run;
58 op_run = true;
67 op_run = true;
72 bool G::op_run = false;
113 assert(!G::op_run);
117 assert(G::op_run);
119 G::op_run = false;
125 assert(!G::op_run);
133 assert(!G::op_run);
139 assert(!G::op_run);
143 assert(G::op_run);