Searched refs:wait (Results 176 - 200 of 706) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_chan.c19 #include <sys/wait.h>
557 /* wait for any of our own spawned processes we call waitpid rather
558 * than wait to avoid running into someone else's processes. Yes,
560 * returns the ExpState or 0 if nothing to wait on */
570 if (esPtr->user_waited) continue; /* one wait only! */
573 result = waitpid(esPtr->pid,&esPtr->wait,WNOHANG);
589 /* should really be recoded using the common wait code in command.c */
592 pid = wait(&status);
596 esPtr->wait = status;
H A Dexp_command.h15 # include <sys/wait.h>
65 /* wait for. For example: */
129 int user_waited; /* if user has issued "wait" command */
130 int sys_waited; /* if wait() (or variant) has been called */
132 WAIT_STATUS_TYPE wait; /* raw status from wait() */ member in struct:ExpState
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dcursors.tcl84 busy wait
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.func.c44 #include <sys/wait.h>
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dprototypes.h94 extern int wait3 _((union wait *wait_status, int options, struct rusage *rusage));
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTransactionTest.java663 wait();
667 wait();
680 wait();
684 wait();
717 wait();
723 wait();
762 thread.wait();
768 thread.wait();
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/examples/
H A Dtc1.c60 #include <sys/wait.h>
294 if (wait(&num) == -1)
295 perror("wait");
H A Dwtc1.c4 #include <sys/wait.h>
251 if (wait(&rc) == -1)
252 perror("wait");
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOSystemConfiguration.c337 Boolean wait
344 return (*dyfunc)(prefs, wait);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DThreadingPthreads.cpp369 void ThreadCondition::wait(Mutex& mutex) function in class:WTF::ThreadCondition
381 wait(mutex);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dtestspeed.c26 #include <sys/wait.h>
206 pid = wait(&status);
/macosx-10.10.1/libresolv-57/
H A Dres_query.c303 int i, kq, n, wait, cancelled, notify_token, status; local
381 /* Use a kqueue to wait for a response from mDNSResponder */
384 /* determine the maximum time to wait for a result */
429 wait = 1;
430 while (wait == 1)
452 wait = 0;
457 wait = 0;
473 wait = 0;
476 if ((ans->ancount > 0) && ((context.flags & kDNSServiceFlagsMoreComing) == 0) && ((context.lastanstype != ns_t_cname) || (type == ns_t_cname))) wait = 0;
481 if (wait
[all...]
/macosx-10.10.1/man-16/man/src/
H A Dutil.c24 #include <sys/wait.h>
164 pid2 = wait (&stat);
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h102 # include <sys/wait.h>
175 * The type of the status returned by wait varies from UNIX system
183 # define WAIT_STATUS_TYPE union wait
190 * Supply definitions for macros to query wait status, if not already
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dapplication.tcl442 puts {Creating trusted environment, please wait...}
446 puts {Creating safe environment, please wait...}
/macosx-10.10.1/BerkeleyDB-21/db/repmgr/
H A Drepmgr_posix.c171 __repmgr_compute_wait_deadline(env, result, wait)
174 db_timeout_t wait;
180 * Start with "now"; then add the "wait" offset.
194 TIMESPEC_ADD_DB_TIMEOUT(result, wait);
619 /* No time-based events, so wait only for I/O. */
/macosx-10.10.1/BerkeleyDB-21/db/dist/winmsi/
H A Dwinbuild.bat41 start /wait devenv /useenv Berkeley_DB.dsw
44 :: For some reason, the command doesn't wait, at least on XP.
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_base.h98 #include <sys/wait.h>
/macosx-10.10.1/BerkeleyDB-21/db/mutex/
H A Dmut_tas.c250 if (mutexp->wait &&
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpopen.c55 #include <sys/wait.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/kx/
H A Dkx.h76 #include <sys/wait.h>
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dlogintest.c33 #include <sys/wait.h>
H A Dreadpass.c29 #include <sys/wait.h>
H A Dsandbox-systrace.c27 #include <sys/wait.h>
112 debug3("%s: wait for child %ld", __func__, (long)child_pid);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dthreading.cpp136 void Condition::wait() function in class:Condition

Completed in 173 milliseconds

1234567891011>>