Searched refs:wait (Results 1 - 25 of 1252) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Dwait.d1 #source: ./wait.s
10 0: 7f 96 wait
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dpower10.s35 wait
36 wait 0
37 wait 0,0
39 wait 1
40 wait 1,0
42 wait 2
43 wait 2,0
H A De500mc.s11 wait
12 wait 0
14 wait 1
16 wait 2
/netbsd-current/external/bsd/libbind/dist/port/sunos/include/sys/
H A Dwait.h5 #include_next <sys/wait.h>
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
H A Dwait.h5 "fixinc/tests/inc/sys/wait.h"
18 extern pid_d wait(void*);
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
H A Dwait.h5 "fixinc/tests/inc/sys/wait.h"
18 extern pid_d wait(void*);
/netbsd-current/lib/libc/gen/
H A Dwait.c1 /* $NetBSD: wait.c,v 1.8 2003/08/07 16:43:00 agc Exp $ */
35 static char sccsid[] = "@(#)wait.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: wait.c,v 1.8 2003/08/07 16:43:00 agc Exp $");
44 #include <sys/wait.h>
48 __weak_alias(wait,_wait)
53 wait(int *istat)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dwaitpid.c5 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);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dwaitpid.c5 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);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dwaitpid.c5 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);
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dwaitpid.c5 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);
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dwaitpid.c5 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);
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dwaitpid.c5 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);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/crx/
H A Dno_op_insn.s23 .global wait
24 wait: label
25 wait label
H A Dno_op_insn.d21 00000008 <wait>:
22 8: 06 30 wait
/netbsd-current/external/bsd/libbind/dist/port/cygwin/include/sys/
H A Dwait.h5 #include_next <sys/wait.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/
H A Dnouveau_nvkm_subdev_timer_base.c33 nvkm_timer_wait_test(struct nvkm_timer_wait *wait) argument
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
60 nvkm_timer_wait_init(struct nvkm_device *device, u64 nsec, struct nvkm_timer_wait *wait) argument
[all...]
/netbsd-current/usr.sbin/timed/timed/
H A Dcandidate.c51 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);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dwaitpid-reverse.c20 #include <sys/wait.h>
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dwaitpid-reverse.c20 #include <sys/wait.h>
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dmutex.h63 int wait = __atomic_exchange_n (mutex, 0, MEMMODEL_RELEASE); local
64 if (__builtin_expect (wait < 0, 0))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcatch-signal-fork.c20 #include <sys/wait.h>
53 wait (NULL);
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dmutex.h63 int wait = __atomic_exchange_n (mutex, 0, MEMMODEL_RELEASE); local
64 if (__builtin_expect (wait < 0, 0))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcatch-signal-fork.c20 #include <sys/wait.h>
53 wait (NULL);
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c33 #include <sys/wait.h>
82 execute_command_line (const char *command, bool wait, int *exitstat, argument
94 if (!wait)
140 else if (!wait)
175 execute_command_line_i4 (const char *command, GFC_LOGICAL_4 *wait,
182 execute_command_line_i4 (const char *command, GFC_LOGICAL_4 *wait, argument
187 bool w = wait ? *wait : true;
204 execute_command_line_i8 (const char *command, GFC_LOGICAL_8 *wait,
211 execute_command_line_i8 (const char *command, GFC_LOGICAL_8 *wait, argument
[all...]

Completed in 190 milliseconds

1234567891011>>