HomeSort by relevance Sort by last modified time
    Searched refs:bContinue (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r16/sources/android/ndk_helper/
interpolator.cpp 74 bool bContinue;
84 bContinue = true;
88 bContinue = false;
99 bContinue = true;
101 return bContinue;
  /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 489 milliseconds