| /src/external/gpl3/binutils/dist/libiberty/ |
| waitpid.c | 5 This is a wrapper around the @code{wait} function. Any ``special'' 6 values of @var{pid} depend on your implementation of @code{wait}, as 19 to get the definition of "pid_t" before you include <sys/wait.h>. */ 23 #include <sys/wait.h> 28 #define wait(s) _cwait(s,pid,_WAIT_CHILD) macro 36 int wpid = wait(stat_loc);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| waitpid.c | 5 This is a wrapper around the @code{wait} function. Any ``special'' 6 values of @var{pid} depend on your implementation of @code{wait}, as 19 to get the definition of "pid_t" before you include <sys/wait.h>. */ 23 #include <sys/wait.h> 28 #define wait(s) _cwait(s,pid,_WAIT_CHILD) macro 36 int wpid = wait(stat_loc);
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| waitpid.c | 5 This is a wrapper around the @code{wait} function. Any ``special'' 6 values of @var{pid} depend on your implementation of @code{wait}, as 19 to get the definition of "pid_t" before you include <sys/wait.h>. */ 23 #include <sys/wait.h> 28 #define wait(s) _cwait(s,pid,_WAIT_CHILD) macro 36 int wpid = wait(stat_loc);
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| waitpid.c | 5 This is a wrapper around the @code{wait} function. Any ``special'' 6 values of @var{pid} depend on your implementation of @code{wait}, as 19 to get the definition of "pid_t" before you include <sys/wait.h>. */ 23 #include <sys/wait.h> 28 #define wait(s) _cwait(s,pid,_WAIT_CHILD) macro 36 int wpid = wait(stat_loc);
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| waitpid.c | 5 This is a wrapper around the @code{wait} function. Any ``special'' 6 values of @var{pid} depend on your implementation of @code{wait}, as 19 to get the definition of "pid_t" before you include <sys/wait.h>. */ 23 #include <sys/wait.h> 28 #define wait(s) _cwait(s,pid,_WAIT_CHILD) macro 36 int wpid = wait(stat_loc);
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| waitpid.c | 5 This is a wrapper around the @code{wait} function. Any ``special'' 6 values of @var{pid} depend on your implementation of @code{wait}, as 19 to get the definition of "pid_t" before you include <sys/wait.h>. */ 23 #include <sys/wait.h> 28 #define wait(s) _cwait(s,pid,_WAIT_CHILD) macro 36 int wpid = wait(stat_loc);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| bg-execution-repeat.c | 29 wait (void) function 43 wait ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bg-execution-repeat.c | 29 wait (void) function 43 wait ();
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| ThreadPool.cpp | 25 // Create ThreadCount threads that will loop forever, wait on QueueCondition 35 // Wait for tasks to be pushed in the queue 36 QueueCondition.wait(LockGuard, 44 // in order for wait() to properly detect that even if the queue is 55 // Adjust `ActiveThreads`, in case someone waits on ThreadPool::wait() 61 // someone waits on ThreadPool::wait(). 69 void ThreadPool::wait() { function in class:ThreadPool 70 // Wait for all threads to complete and the queue to be empty 72 CompletionCondition.wait(LockGuard, [&] { return workCompletedUnlocked(); }); 114 void ThreadPool::wait() { [all...] |
| /src/usr.sbin/timed/timed/ |
| candidate.c | 51 struct timeval then, wait; local 62 wait.tv_sec = 0; 63 wait.tv_usec = 0; 64 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) { 68 while (0 != readmsg(TSP_QUIT, ANYADDR, &wait, net)) { 87 (void)gettimeofday(&wait, 0); 88 timersub(&then, &wait, &wait); 89 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| entrypoint.py | 12 if settings.wait: 13 wait() 21 def wait(): function 30 parser.add_argument('--wait', action='store_true')
|
| /src/external/bsd/atf/dist/atf-c++/ |
| utils.cpp | 100 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
|
| /src/external/gpl3/gcc/dist/libgomp/config/linux/ |
| mutex.h | 63 int wait = __atomic_exchange_n (mutex, 0, MEMMODEL_RELEASE); local 64 if (__builtin_expect (wait < 0, 0))
|
| ptrlock.h | 67 void *wait = __atomic_exchange_n (ptrlock, ptr, MEMMODEL_RELEASE); local 68 if ((uintptr_t) wait != 1)
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/linux/ |
| mutex.h | 63 int wait = __atomic_exchange_n (mutex, 0, MEMMODEL_RELEASE); local 64 if (__builtin_expect (wait < 0, 0))
|
| ptrlock.h | 67 void *wait = __atomic_exchange_n (ptrlock, ptr, MEMMODEL_RELEASE); local 68 if ((uintptr_t) wait != 1)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| proc-utils.h | 110 #define wait(X) wait_with_trace (X, __FILE__, __LINE__) macro
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| eintr.h | 25 #include <sys/wait.h> 90 wait (int *wstatus) function in namespace:gdb 92 return gdb::handle_eintr (-1, ::wait, wstatus);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| proc-utils.h | 110 #define wait(X) wait_with_trace (X, __FILE__, __LINE__) macro
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| eintr.h | 25 #include <sys/wait.h> 90 wait (int *wstatus) function in namespace:gdb 92 return gdb::handle_eintr (-1, ::wait, wstatus);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
| gf100.h | 29 drm_waitqueue_t wait; member in struct:gf100_fifo::__anon5357 31 wait_queue_head_t wait; member in struct:gf100_fifo::__anon5357
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/ |
| priv.h | 20 void (*wait)(struct nvkm_bar *); member in struct:nvkm_bar_func::__anon5404
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| cec-multi-pending.S | 48 loadsym R1, wait; 53 wait: label 54 jump wait;
|
| cec-raise-reti.S | 33 loadsym R1, wait; 40 wait: label 41 jump wait;
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| cec-multi-pending.S | 48 loadsym R1, wait; 53 wait: label 54 jump wait;
|