Searched refs:wait (Results 51 - 75 of 706) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dprocessor.defs119 wait : boolean_t);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dwait.h61 * @(#)wait.h 8.2 (Berkeley) 7/10/94
72 * and the alternate interfaces that use it (wait, wait3, waitpid).
95 * [XSI] Inclusion of the <sys/wait.h> header may also make visible all
114 * wait to not hang if there are no stopped or terminated processes, rather
117 * which stop due to signals. If children are stopped and a wait without
121 #define WNOHANG 0x00000001 /* [XSI] no hang in wait/no child to reap */
125 * Macros to test the exit status returned by wait
131 #define _W_INT(w) (*(int *)&(w)) /* convert union wait to int */
140 * [XSI] The <sys/wait.h> header shall define the following macros for
194 union wait { union
249 pid_t wait(int *) __DARWIN_ALIAS_C(wait); variable
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dwaitpid.c39 #include <sys/wait.h>
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dwait.h1 /* Generic wait.h */
23 # include <sys/wait.h>
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h21 #include <sys/wait.h>
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.h2 with other subprocesses), and wait for it. Shared logic.
123 int (*wait) (struct pex_obj *, long /* child */, int * /* status */, member in struct:pex_funcs
/macosx-10.10.1/diskdev_cmds-576/fsck.tproj/
H A Dfsck.h65 #include <sys/wait.h>
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dhp9000s300.h40 /* Do this here at the top of the file; including sys/wait.h may
45 #include <sys/wait.h>
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dwaitpid.c1 /* Emulate waitpid on systems that just have wait.
51 /* The child has not returned yet; wait for it, accumulating status. */
55 p = wait (&waited_status[i]);
64 /* We cannot emulate this wait call, e.g. because of too many children. */
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dwaitpid.c1 /* Emulate waitpid on systems that just have wait.
54 /* The child has not returned yet; wait for it, accumulating status. */
58 p = wait (&waited_status[i]);
67 /* We cannot emulate this wait call, e.g. because of too many children. */
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DUnix.h53 # include <sys/wait.h>
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dtimed_wait.c5 /* wait operations with timeout
22 /* The time in seconds that timed_waitpid() will wait.
48 #include <sys/wait.h>
/macosx-10.10.1/vim-55/runtime/plugin/
H A Drrhelper.vim1 " Vim plugin with helper function(s) for --remote-wait
11 " Setup answers for a --remote-wait client who will assume
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/tests/
H A Dloadtest.py52 retcode = kextload.wait()
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_alloc.h51 void * mac_mbuf_alloc (int len, int wait);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dposix_spawn.c42 #include <sys/wait.h>
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dexec.c39 #include <sys/wait.h>
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dlock003.tcl19 set wait 1
46 # $testdir $iter $objs $wait $ldegree $reads &"
49 $testdir $iter $objs $wait $ldegree $reads &]
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DGCThread.cpp74 m_shared.m_phaseConditionVariable.wait(lock, [this] { return !m_shared.m_gcThreadsShouldWait; });
80 m_shared.m_phaseConditionVariable.wait(lock, [this] { return m_shared.m_currentPhase != NoPhase; });
115 // more copying work to do, the main thread will wait in CopiedSpace::doneCopying() until
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dunixchild.h35 #include <sys/wait.h>
75 void wait(); // wait for (just) this Child to die
81 int waitStatus() const; // raw wait(2) status byte
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunixchild.h35 #include <sys/wait.h>
75 void wait(); // wait for (just) this Child to die
81 int waitStatus() const; // raw wait(2) status byte
/macosx-10.10.1/autofs-246/mount_autofs/
H A Dmount_autofs.c5 #include <sys/wait.h>
91 union wait status;
/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLSetOpenFirmwareBootDevice.c39 #include <sys/wait.h>
122 p = wait(&status);
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h33 # define WAIT_T union wait
61 # define WAIT_T union wait
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dunicodeout.tcl35 pack [label $w.wait -text "Please wait while loading fonts..." \
77 destroy $w.wait

Completed in 313 milliseconds

1234567891011>>