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

Lines Matching refs:op_run

61     static bool op_run;
71 op_run = true;
80 op_run = true;
85 bool G::op_run = false;
159 assert(!G::op_run);
163 assert(G::op_run);
165 G::op_run = false;
172 assert(!G::op_run);
180 assert(!G::op_run);
187 assert(!G::op_run);
191 assert(G::op_run);