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

  /external/libchrome/sandbox/linux/services/
init_process_reaper.cc 90 char should_continue; local
91 int read_ret = HANDLE_EINTR(read(sync_fds[0], &should_continue, 1));
  /system/core/libcutils/
str_parms.c 99 bool should_continue; local
110 should_continue = true;
113 should_continue = false;
123 return should_continue;
  /art/runtime/
stack.cc 796 bool should_continue = VisitFrame(); local
797 if (UNLIKELY(!should_continue)) {
806 bool should_continue = VisitFrame(); local
807 if (UNLIKELY(!should_continue)) {
883 bool should_continue = VisitFrame(); local
892 bool should_continue = VisitFrame(); local
    [all...]
  /external/libchrome/sandbox/linux/suid/
sandbox.c 273 char should_continue; local
274 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1)

Completed in 87 milliseconds