HomeSort by relevance Sort by last modified time
    Searched defs:exit_flag (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/syscalls/syslog/
syslogtst.c 41 int exit_flag = 0; /* used for syslog test case 6. */ local
212 exit_flag = 1;
228 exit_flag = 1;
294 * Check the exit_flag and if it is set,
297 if (exit_flag == 1)
  /external/syslinux/gpxe/src/hci/
shell.c 38 static int exit_flag = 0; variable
44 exit_flag = 1;
94 exit_flag = 0;
95 while ( ! exit_flag ) {
  /system/core/libbacktrace/
backtrace_testlib.cpp 70 volatile int* exit_flag; member in struct:__anon114212
77 while (*arg->exit_flag == 0) {
81 void test_get_context_and_wait(unw_context_t* unw_context, volatile int* exit_flag) {
84 arg.exit_flag = exit_flag;
backtrace_offline_test.cpp 45 void test_get_context_and_wait(unw_context_t* unw_context, volatile int* exit_flag);
122 volatile int exit_flag; member in struct:OfflineThreadArg
128 test_get_context_and_wait(&fn_arg->unw_context, &fn_arg->exit_flag);
144 arg.exit_flag = 0;
151 arg.exit_flag = 1;
  /external/ltp/testcases/kernel/connectors/pec/
pec_listener.c 65 static int exit_flag; variable
77 exit_flag = 1;
276 while (!exit_flag) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 117 boolean exit_flag; member in struct:lp_rasterizer
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 42 static NJ_INT16 search_word(NJ_CLASS *iwnn, NJ_CURSOR *cursor, NJ_UINT8 comp_flg, NJ_UINT8 *exit_flag);
124 NJ_UINT8 *exit_flag) {
132 *exit_flag = 1;
172 && (*exit_flag == 1)) {
173 *exit_flag = 0;
180 *exit_flag = 0;
457 NJ_UINT8 *exit_flag) {
466 return search_word(iwnn, cursor, comp_flg, exit_flag);
683 NJ_UINT8 exit_flag; local
813 return njd_search_word(iwnn, cursor, 0, &exit_flag);
    [all...]

Completed in 839 milliseconds