Home
last modified time | relevance | path

Searched refs:wait_ret (Results 1 – 6 of 6) sorted by relevance

/external/drm_hwcomposer/
Dvirtualcompositorworker.cpp103 int wait_ret = 0; in Routine() local
105 wait_ret = WaitForSignalOrExitLocked(); in Routine()
120 if (wait_ret == -EINTR) { in Routine()
122 } else if (wait_ret) { in Routine()
123 ALOGE("Failed to wait for signal, %d", wait_ret); in Routine()
Ddrmcompositorworker.cpp56 int wait_ret = did_squash_all_ ? WaitForSignalOrExitLocked() in Routine() local
65 switch (wait_ret) { in Routine()
77 ALOGE("Failed to wait for signal, %d", wait_ret); in Routine()
Ddrmdisplaycompositor.cpp209 int wait_ret = 0; in Routine() local
211 wait_ret = WaitForSignalOrExitLocked(); in Routine()
226 if (wait_ret == -EINTR) { in Routine()
228 } else if (wait_ret) { in Routine()
229 ALOGE("Failed to wait for signal, %d", wait_ret); in Routine()
/external/libchrome/sandbox/linux/services/
Dinit_process_reaper.cc67 int wait_ret = in CreateInitProcessReaper() local
69 if (wait_ret) in CreateInitProcessReaper()
Dyama_unittests.cc52 int wait_ret = HANDLE_EINTR(waitid(P_PID, pid, &process_info, WSTOPPED)); in CanPtrace() local
53 PCHECK(0 == wait_ret); in CanPtrace()
/external/libchrome/sandbox/linux/suid/
Dsandbox.c214 int wait_ret = in WaitForChildAndExit() local
217 if (!wait_ret && reaped_child_info.si_pid == child_pid) { in WaitForChildAndExit()