| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| bg-execution-repeat.c | 29 wait (void) function 43 wait ();
|
| catch-signal-fork.c | 20 #include <sys/wait.h> 53 wait (NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bg-execution-repeat.c | 29 wait (void) function 43 wait ();
|
| catch-signal-fork.c | 20 #include <sys/wait.h> 53 wait (NULL);
|
| /src/external/bsd/libbind/dist/port/sunos/include/sys/ |
| wait.h | 1 /* $NetBSD: wait.h,v 1.1.1.1 2009/04/12 15:33:52 christos Exp $ */ 5 #include_next <sys/wait.h>
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/ |
| wait.h | 5 "fixinc/tests/inc/sys/wait.h" 18 extern pid_d wait(void*);
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/ |
| wait.h | 5 "fixinc/tests/inc/sys/wait.h" 18 extern pid_d wait(void*);
|
| /src/lib/libc/gen/ |
| wait.c | 1 /* $NetBSD: wait.c,v 1.9 2012/03/20 16:36:05 matt Exp $ */ 35 static char sccsid[] = "@(#)wait.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: wait.c,v 1.9 2012/03/20 16:36:05 matt Exp $"); 44 #include <sys/wait.h> 48 __weak_alias(wait,_wait) 53 wait(int *istat)
|
| /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/bsd/libbind/dist/port/cygwin/include/sys/ |
| wait.h | 1 /* $NetBSD: wait.h,v 1.1.1.1 2009/04/12 15:33:55 christos Exp $ */ 5 #include_next <sys/wait.h>
|
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| urcu-wait.h | 9 * Userspace RCU library wait/wakeup management 70 * Add ourself atomically to a wait queue. Return 0 if queue was 72 * A full memory barrier is issued before being added to the wait queue. 82 * Atomically move all waiters from wait queue into our local struct 114 void urcu_adaptative_wake_up(struct urcu_wait_node *wait) 116 urcu_posix_assert(uatomic_read(&wait->state) == URCU_WAIT_WAITING); 117 uatomic_store(&wait->state, URCU_WAIT_WAKEUP, CMM_RELEASE); 118 if (!(uatomic_read(&wait->state) & URCU_WAIT_RUNNING)) { 119 if (futex_noasync(&wait->state, FUTEX_WAKE, 1, 124 uatomic_or_mo(&wait->state, URCU_WAIT_TEARDOWN, CMM_RELEASE) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/ |
| nouveau_nvkm_subdev_timer_base.c | 33 nvkm_timer_wait_test(struct nvkm_timer_wait *wait) 35 struct nvkm_subdev *subdev = &wait->tmr->subdev; 36 u64 time = nvkm_timer_read(wait->tmr); 38 if (wait->reads == 0) { 39 wait->time0 = time; 40 wait->time1 = time; 43 if (wait->time1 == time) { 44 if (wait->reads++ == 16) { 49 wait->time1 = time; 50 wait->reads = 1 [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/bsd/jemalloc/dist/src/ |
| thread_event.c | 36 uint64_t wait = TE_MAX_START_WAIT; local 42 if (ev_wait > 0U && ev_wait < wait) { 43 wait = ev_wait; 47 return wait; 114 * operation (so that we don't want to just wait until the owner hits its slow 181 te_adjust_thresholds_impl(tsd_t *tsd, te_ctx_t *ctx, uint64_t wait) { 187 assert(wait <= TE_MAX_START_WAIT); 190 + (wait <= TE_MAX_INTERVAL ? wait : TE_MAX_INTERVAL); 194 te_adjust_thresholds_helper(tsd_t *tsd, te_ctx_t *ctx, uint64_t wait) { 361 uint64_t wait = TE_MAX_START_WAIT; local 401 uint64_t wait = TE_MAX_START_WAIT; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| waitpid-reverse.c | 20 #include <sys/wait.h>
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| waitpid-reverse.c | 20 #include <sys/wait.h>
|
| /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))
|
| /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))
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index.h | 75 . wait (MAIN_AVAILABLE) finalization 90 . wait (FINALIZED) 122 wait (cooked_state::FINALIZED, true); 150 wait (cooked_state::FINALIZED, true); 159 /* Wait until this object reaches the desired state. Note that 161 wait for this. If ALLOW_QUIT is true, timed waits will be done 167 void wait (cooked_state desired_state, bool allow_quit = false); 170 { wait (cooked_state::CACHE_DONE); } 189 cooked_index *wait (struct objfile *objfile, bool allow_quit) function in struct:cooked_index_functions 195 table->wait (cooked_state::MAIN_AVAILABLE, allow_quit) [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| execute_command_line.c | 33 #include <sys/wait.h> 82 execute_command_line (const char *command, bool wait, int *exitstat, 94 if (!wait) 140 else if (!wait) 180 execute_command_line_i4 (const char *command, GFC_LOGICAL_4 *wait, 187 execute_command_line_i4 (const char *command, GFC_LOGICAL_4 *wait, 192 bool w = wait ? *wait : true; 211 execute_command_line_i8 (const char *command, GFC_LOGICAL_8 *wait, 218 execute_command_line_i8 (const char *command, GFC_LOGICAL_8 *wait, [all...] |