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

1234567891011>>

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsmp.h32 #define on_each_cpu(cb, data, wait) ({ \
33 CTASSERT(wait); \
H A Dpoll.h37 #include <linux/wait.h>
/freebsd-11-stable/lib/libnetbsd/sys/
H A Dwait.h27 * $FreeBSD: stable/11/lib/libnetbsd/sys/wait.h 314021 2017-02-21 03:46:43Z ngie $ *
33 #include_next <sys/wait.h>
/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.h36 int rfb_init(char *hostname, int port, int wait, char *password);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/probes/
H A Dtst.probestar.d47 syscall::*wait*:entry
/freebsd-11-stable/contrib/gcclibs/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>
31 int wpid = wait(stat_loc);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.c30 #include <sys/wait.h>
47 (void) wait(NULL);
/freebsd-11-stable/contrib/binutils/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>
31 int wpid = wait(stat_loc);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.c29 #include <sys/wait.h>
35 union wait statusp;
43 /* wait4() wants pid=0 for indiscriminate wait. */
H A Dbsd-nextstep.c29 #include <sys/wait.h>
35 union wait statusp;
38 #undef wait /* Use NeXT's wait() function */ macro
39 wait_pid = wait(&statusp);
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dcandidate.c50 struct timeval then, wait; local
61 wait.tv_sec = 0;
62 wait.tv_usec = 0;
63 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) {
67 while (0 != readmsg(TSP_QUIT, ANYADDR, &wait, net)) {
90 (void)gettimeofday(&wait, 0);
91 timevalsub(&wait,&then,&wait);
92 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
/freebsd-11-stable/lib/libc/gen/
H A Dwait.c31 static char sccsid[] = "@(#)wait.c 8.1 (Berkeley) 6/4/93";
39 #include <sys/wait.h>
55 __weak_reference(__wait, wait);
H A Dwait3.c39 #include <sys/wait.h>
/freebsd-11-stable/sys/contrib/ck/include/spinlock/
H A Dclh.h40 unsigned int wait; member in struct:ck_spinlock_clh
50 unowned->wait = false;
63 r = ck_pr_load_uint(&head->wait);
74 thread->wait = true;
86 while (ck_pr_load_uint(&previous->wait) == true)
99 * If there are waiters, they are spinning on the current node wait
111 ck_pr_store_uint(&(*thread)->wait, false);
116 * all the time in the world to successfully read updated wait flag.
H A Dhclh.h39 unsigned int wait; member in struct:ck_spinlock_hclh
53 unowned->wait = false;
68 r = ck_pr_load_uint(&head->wait);
81 thread->wait = true;
97 while (ck_pr_load_uint(&previous->wait) == true &&
115 while (ck_pr_load_uint(&previous->wait) == true)
128 * If there are waiters, they are spinning on the current node wait
138 ck_pr_store_uint(&(*thread)->wait, false);
143 * all the time in the world to successfully read updated wait flag.
/freebsd-11-stable/lib/libc/sys/
H A Dwait4.c37 #include <sys/wait.h>
/freebsd-11-stable/sys/mips/mips/
H A Duma_machdep.c45 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
53 pflags = malloc2vm_flags(wait) | VM_ALLOC_WIRED;
67 if (wait & M_NOWAIT)
77 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)
/freebsd-11-stable/sys/amd64/amd64/
H A Duma_machdep.c45 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
53 malloc2vm_flags(wait) | VM_ALLOC_NOOBJ | VM_ALLOC_WIRED);
57 if ((wait & M_NODUMP) == 0)
60 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)
/freebsd-11-stable/sys/arm64/arm64/
H A Duma_machdep.c45 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
53 malloc2vm_flags(wait) | VM_ALLOC_NOOBJ | VM_ALLOC_WIRED);
57 if ((wait & M_NODUMP) == 0)
60 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)
/freebsd-11-stable/contrib/tcsh/
H A Dtc.wait.h2 * tc.wait.h: <sys/wait.h> for machines that don't have it or have it and
37 * a little complicated #include <sys/wait.h>! :-(
38 * We try to use the system's wait.h when we can...
52 # include <sys/wait.h> /* 7.0 fixed it again */
56 # include <sys/wait.h>
64 # include "mi.wait.h"
67 # include <sys/wait.h>
74 * This wait is for big-endians and little endians
76 union wait { union
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp94 StringRef Filename, bool wait,
96 if (wait) {
148 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, argument
156 wait &= !ViewBackground;
160 if (wait)
164 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg))
173 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg))
184 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);
197 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);
259 wait
93 ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, StringRef Filename, bool wait, std::string &ErrMsg) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/termios/
H A Dt_tcsetpgrp.c34 #include <sys/wait.h>
75 (void)wait(&sta);
/freebsd-11-stable/contrib/gdb/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(). */
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dshell_cmd.c19 #include <sys/wait.h>
58 while ((wait_pid = wait((int *) 0)) != -1 && wait_pid != child_pid)
/freebsd-11-stable/sys/sys/
H A Dcounter.h43 #define COUNTER_ARRAY_ALLOC(a, n, wait) do { \
45 (a)[_i] = counter_u64_alloc(wait); \

Completed in 223 milliseconds

1234567891011>>