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

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash36.C3 struct wait { int w_status; }; struct
4 int wait();
5 extern "C" int wait(int*);
/openbsd-current/gnu/usr.bin/perl/haiku/
H A Dhaikuish.h6 /* We need <sys/wait.h> or else the W* macros aren't defined in perl.h. */
8 #include <sys/wait.h>
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_display_rps.c15 struct wait_queue_entry wait; member in struct:wait_rps_boost
24 struct wait_rps_boost *wait = container_of(_wait, typeof(*wait), wait); local
25 struct i915_request *rq = wait->request;
36 drm_crtc_vblank_put(wait->crtc);
38 list_del(&wait->wait.entry);
39 kfree(wait);
46 struct wait_rps_boost *wait; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dwait.h5 "fixinc/tests/inc/sys/wait.h"
21 extern pid_d wait(void*);
/openbsd-current/lib/libc/gen/
H A Dwait.c1 /* $OpenBSD: wait.c,v 1.6 2015/10/25 19:15:56 guenther Exp $ */
32 #include <sys/wait.h>
35 wait(int *istat) function
H A Dwait3.c31 #include <sys/wait.h>
H A Dwaitpid.c32 #include <sys/wait.h>
/openbsd-current/lib/libc/hidden/sys/
H A Dwait.h1 /* $OpenBSD: wait.h,v 1.3 2022/10/26 23:16:24 kettenis Exp $ */
21 #include_next <sys/wait.h>
23 PROTO_DEPRECATED(wait); variable
/openbsd-current/gnu/gcc/fixincludes/tests/base/sys/
H A Dwait.h5 "fixinc/tests/inc/sys/wait.h"
26 extern pid_d wait(void*);
/openbsd-current/gnu/lib/libiberty/src/
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>
31 int wpid = wait(stat_loc);
/openbsd-current/regress/sys/kern/wait/
H A Dwait.c1 /* $OpenBSD: wait.c,v 1.2 2017/03/08 19:25:00 deraadt Exp $ */
7 #include <sys/wait.h>
25 if (wait(&status) < 0)
26 err(1, "wait");
/openbsd-current/regress/lib/libpthread/fcntl/
H A Dfcntl.c40 #include <sys/wait.h>
61 CHECKe(wait(NULL));
/openbsd-current/regress/lib/libpthread/signals/ignore_sigchild/
H A Dignore_sigchild.c6 #include <sys/wait.h>
30 ASSERT(wait(&status) == -1);
/openbsd-current/regress/sys/kern/kqueue/
H A Dkqueue-fork.c8 #include <sys/wait.h>
38 if (wait(&status) < 0)
39 err(1, "wait");
/openbsd-current/lib/libc/sys/
H A Dw_wait4.c18 #include <sys/wait.h>
H A Dw_waitid.c18 #include <sys/wait.h>
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_reset_types.h10 #include <linux/wait.h>
54 * that wait for i915->mm.wedged to settle.
/openbsd-current/lib/libc/rpc/
H A Dclnt_udp_bufcreate.c61 * wait is the amount of time used between retransmitting a call if
71 struct timeval wait, int *sockp, u_int sendsz, u_int recvsz)
78 args.wait = wait;
124 struct timeval wait, int *sockp)
127 return(clntudp_bufcreate(raddr, program, version, wait, sockp,
70 clntudp_bufcreate(struct sockaddr_in *raddr, u_long program, u_long version, struct timeval wait, int *sockp, u_int sendsz, u_int recvsz) argument
123 clntudp_create(struct sockaddr_in *raddr, u_long program, u_long version, struct timeval wait, int *sockp) argument
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DThreadPool.cpp67 QueueCondition.wait(LockGuard, [&] {
81 // in order for wait() to properly detect that even if the queue is
87 // would never be 0 if waiting for another group inside a wait.
112 // Adjust `ActiveThreads`, in case someone waits on ThreadPool::wait()
124 // someone waits on ThreadPool::wait().
128 // in this function on QueueCondition, to make a recursive wait() return
143 void ThreadPool::wait() {
147 CompletionCondition.wait(LockGuard,
151 void ThreadPool::wait(ThreadPoolTaskGroup &Group) {
155 CompletionCondition.wait(LockGuar
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/vx-share/
H A Dwait.h0 /* wait.h - header file for remote wait call */
13 /* Define how to access the structure that the wait system call
32 /* don't include sys/wait.h */
35 #include <sys/wait.h>
38 #define WAITTYPE union wait
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h1 /* Standard wait macros.
25 #include <sys/wait.h> /* POSIX */
28 #include <wait.h> /* legacy */
32 /* Define how to access the int that the wait system call stores.
41 <sys/wait.h> defines, since our code does not use waitpid() (but
43 wait() and waitpid(). */
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dmkdir.c73 while (wait (&status) != cpid) /* Wait for kid to finish. */
115 while (wait (&status) != cpid) /* Wait for kid to finish. */
/openbsd-current/regress/lib/csu/dtors/
H A Ddtors.c7 #include <sys/wait.h>
71 if (wait(&status) < 0)
72 err(1, "wait"); /* XXX uses exit() */
/openbsd-current/regress/sys/kern/signal/sig-stop/
H A Dsig-stop.c7 #include <sys/wait.h>
46 if (wait(&status) < 0)
47 err(1, "wait");
/openbsd-current/regress/sys/kern/descrip/
H A Ddescrip.c21 #include <sys/wait.h>
61 pw = wait(&status);

Completed in 178 milliseconds

1234567891011>>