Home
last modified time | relevance | path

Searched refs:bContinue (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dtimer.c92 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()
Dglobals.c58 env->bContinue = TRUE; in init_gbl_data()
Dchildmain.c192 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()
Dmain.c75 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()
Dmain.h253 …BOOL bContinue; /* global that when set to false will force exit for this environment … member