Searched refs:bContinue (Results 1 – 5 of 5) sorted by relevance
92 PDBG3(DBUG, args, "In timer %lu, %d\n", time(NULL), env->bContinue); in ChildTimer()99 run_time, env->bContinue); in ChildTimer()154 env->bContinue = FALSE; in ChildTimer()199 run_time, env->bContinue, env->kids); in ChildTimer()207 env->bContinue = FALSE; in ChildTimer()
58 env->bContinue = TRUE; in init_gbl_data()
192 env->bContinue = FALSE; in update_test_state()201 env->bContinue = FALSE; in update_test_state()683 while (env->bContinue) { in ChildMain()706 …} while ((env->bContinue) && (target.oper == RETRY)); /* we failed to get an action, and were aske… in ChildMain()753 if (env->bContinue == FALSE) { in ChildMain()
75 test->env->bContinue = TRUE; in linear_read_write_test()114 test->env->bContinue = TRUE; in linear_read_write_test()343 test->env->bContinue = TRUE; in threadedMain()
253 …BOOL bContinue; /* global that when set to false will force exit for this environment … member