Searched refs:waitret (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/misc/unix/
H A Dotherchild.c157 pid_t waitret;
163 waitret = waitpid(ocr->proc->pid, &status, WNOHANG);
164 if (waitret == ocr->proc->pid) {
168 else if (waitret == 0) {
171 else if (waitret == -1) {
/macosx-10.10.1/apache-793/httpd/server/
H A Dmpm_unix.c116 apr_status_t waitret; local
126 waitret = apr_proc_wait(&proc, &status, &why, APR_NOWAIT);
127 if (waitret != APR_CHILD_NOTDONE) {
128 if (waitret == APR_CHILD_DONE)
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsfi.c843 wait_result_t waitret; local
893 waitret = wait_queue_assert_wait64(&sfi_class->wait_queue,
897 if (waitret == THREAD_WAITING) {
903 assert(waitret == THREAD_INTERRUPTED);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c1300 DWORD waitret; local
1425 waitret = WaitForMultipleObjects(obj_count, objs, FALSE, wait_timeout);
1426 switch(waitret) {

Completed in 325 milliseconds