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

  /external/drm_hwcomposer/
drmcompositorworker.cpp 54 // prevent wait_ret == -ETIMEDOUT which would trigger a SquashAll and be a
56 int wait_ret = did_squash_all_ ? WaitForSignalOrExitLocked() local
65 switch (wait_ret) {
77 ALOGE("Failed to wait for signal, %d", wait_ret);
virtualcompositorworker.cpp 103 int wait_ret = 0; local
105 wait_ret = WaitForSignalOrExitLocked();
120 if (wait_ret == -EINTR) {
122 } else if (wait_ret) {
123 ALOGE("Failed to wait for signal, %d", wait_ret);
drmdisplaycompositor.cpp 209 int wait_ret = 0; local
211 wait_ret = WaitForSignalOrExitLocked();
226 if (wait_ret == -EINTR) {
228 } else if (wait_ret) {
229 ALOGE("Failed to wait for signal, %d", wait_ret);
    [all...]
  /external/libchrome/sandbox/linux/services/
init_process_reaper.cc 67 int wait_ret = local
69 if (wait_ret)
yama_unittests.cc 52 int wait_ret = HANDLE_EINTR(waitid(P_PID, pid, &process_info, WSTOPPED)); local
53 PCHECK(0 == wait_ret);
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
_tnhelper.py 59 def cmd(self, cmd_str, wait_ret=True):
70 if wait_ret is False:
  /external/libchrome/sandbox/linux/suid/
sandbox.c 214 int wait_ret = local
217 if (!wait_ret && reaped_child_info.si_pid == child_pid) {

Completed in 588 milliseconds