Searched refs:wait (Results 151 - 175 of 706) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/
H A Dinstaller.tcl272 dry 0 wait 1 valid 1
470 wait
480 -no-wait {set config(wait) 0}
521 puts stderr "usage: $argv0 ?-dry-run/-simulate? ?-no-wait? ?-no-gui? ?-html|-no-html? ?-nroff|-no-nroff? ?-examples|-no-examples? ?-pkgs|-no-pkgs? ?-pkg-path path? ?-apps|-no-apps? ?-app-path path? ?-nroff-path path? ?-html-path path? ?-example-path path?"
560 proc wait {} { procedure
563 if {!$config(wait)} {return}
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/
H A Dinstaller.tcl272 dry 0 wait 1 valid 1
470 wait
480 -no-wait {set config(wait) 0}
521 puts stderr "usage: $argv0 ?-dry-run/-simulate? ?-no-wait? ?-no-gui? ?-html|-no-html? ?-nroff|-no-nroff? ?-examples|-no-examples? ?-pkgs|-no-pkgs? ?-pkg-path path? ?-apps|-no-apps? ?-app-path path? ?-nroff-path path? ?-html-path path? ?-example-path path?"
560 proc wait {} { procedure
563 if {!$config(wait)} {return}
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf2.c375 m_tag_create(u_int32_t id, u_int16_t type, int len, int wait, struct mbuf *buf) argument
384 return (m_tag_alloc(id, type, len, wait));
422 return (m_tag_alloc(id, type, len, wait));
435 m_tag_alloc(u_int32_t id, u_int16_t type, int len, int wait) argument
443 struct mbuf *m = m_get(wait, MT_TAG);
460 t = (struct m_tag *)(void *)m_mclalloc(wait);
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMedia.cpp85 IOReturn wait( ) function in class:IOStorageSyncer
327 return syncer.wait();
649 return syncer.wait();
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/
H A Dqueryperf.c1637 data_available(double wait) { argument
1656 if ((wait > 0.0) && (wait < (double)LONG_MAX)) {
1657 tv.tv_sec = (long)floor(wait);
1658 tv.tv_usec = (long)(1000000.0 * (wait - floor(wait)));
1686 double wait; local
1705 wait = difftv(waituntil, now);
1706 if (wait <= 0)
1707 wait
[all...]
/macosx-10.10.1/cups-408/cups/notifier/
H A Dmailto.c29 #include <sys/wait.h>
324 * Close the pipe and wait for the sendmail command to finish...
332 while (wait(&status))
599 wait(&status);
/macosx-10.10.1/Heimdal-398.1.2/appl/dceutils/
H A Dtestpag.c14 #include <sys/wait.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.h68 #include <sys/wait.h>
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dprivate.h97 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOSystemConfiguration.h133 Boolean wait);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsystem.c38 #include <sys/wait.h>
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h114 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
/macosx-10.10.1/OpenPAM-20/openpam/bin/su/
H A Dsu.c39 #include <sys/wait.h>
173 /* parent: wait for child to exit */
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp111 const atf::process::status s = c.wait();
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferences.h207 @param wait A boolean flag indicating whether the calling process
216 Boolean wait
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcupsd.h32 #include <sys/wait.h>
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DFDHandler.c43 #include <sys/wait.h>
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlw-complete-structtag.el211 'hide 'wait))
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dfreebsd.h155 #include <sys/wait.h>
H A Dusg5-4.h80 #include <sys/wait.h>
/macosx-10.10.1/postfix-255/postfix/src/postlock/
H A Dpostlock.c98 #include <sys/wait.h>
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Dutil.c40 #include <sys/wait.h>
/macosx-10.10.1/remote_cmds-47/rpc_yppasswdd.tproj/
H A Drpc.yppasswdd.c41 #include <sys/wait.h>
/macosx-10.10.1/screen-22/screen/
H A Dosdef.h.in77 union wait; /* for wait3 __P */
78 extern int wait3 __P((union wait *, int, struct rusage *));
/macosx-10.10.1/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpw_scan.c40 #include <sys/wait.h>

Completed in 175 milliseconds

1234567891011>>