OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bContinue
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/io/disktest/
timer.c
92
PDBG3(DBUG, args, "In timer %lu, %d\n", time(NULL), env->
bContinue
);
99
run_time, env->
bContinue
);
154
env->
bContinue
= FALSE;
199
run_time, env->
bContinue
, env->kids);
205
"Setting
bContinue
to FALSE, timed test & timer exit\n");
207
env->
bContinue
= FALSE;
globals.c
58
env->
bContinue
= TRUE;
childmain.c
188
"Thread %d: Setting
bContinue
to FALSE, io error, all die\n",
192
env->
bContinue
= FALSE;
197
"Thread %d: Setting
bContinue
to FALSE, io error, global die\n",
201
env->
bContinue
= FALSE;
683
while (env->
bContinue
) {
706
} while ((env->
bContinue
) && (target.oper == RETRY)); /* we failed to get an action, and were asked to retry */
753
if (env->
bContinue
== FALSE) {
main.c
75
test->env->
bContinue
= TRUE;
114
test->env->
bContinue
= TRUE;
343
test->env->
bContinue
= TRUE;
main.h
253
BOOL
bContinue
; /* global that when set to false will force exit for this environment */
Completed in 180 milliseconds