Searched refs:wait (Results 51 - 75 of 776) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setuid.c34 #include <sys/wait.h>
107 (void)wait(&sta);
H A Dt_minherit.c37 #include <sys/wait.h>
75 ATF_REQUIRE(wait(NULL) != -1);
102 ATF_REQUIRE(wait(NULL) != -1);
135 ATF_REQUIRE(wait(&status) != -1);
162 ATF_REQUIRE(wait(NULL) != -1);
H A Dt_getlogin.c35 #include <sys/wait.h>
112 (void)wait(&sta);
168 (void)wait(&sta);
221 (void)wait(&sta);
H A Dt_getpid.c34 #include <sys/wait.h>
88 wpid = wait(&sta);
H A Dt_issetugid.c34 #include <sys/wait.h>
75 (void)wait(&sta);
/freebsd-11-stable/contrib/bmake/
H A Dwait.h2 * wait.h - compensate for what vendors leave out
9 * $Id: wait.h,v 1.6 2002/11/26 07:53:06 sjg Exp $
27 #include <sys/wait.h>
39 # define WAIT_T union wait
/freebsd-11-stable/lib/libc/tests/gen/
H A Darc4random_test.c32 #include <sys/wait.h>
77 wait(&status);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_signals.c31 #include <sys/wait.h>
111 wait(&status);
H A Dt_kern.c32 #include <sys/wait.h>
74 RL(wait(&status));
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h47 #include <linux/wait.h>
545 sdp_alloc_mb(struct socket *sk, u8 mid, int size, int wait) argument
550 MGETHDR(mb, wait, MT_DATA);
560 sdp_alloc_mb_data(struct socket *sk, int wait) argument
562 return sdp_alloc_mb(sk, SDP_MID_DATA, 0, wait);
566 sdp_alloc_mb_disconnect(struct socket *sk, int wait) argument
568 return sdp_alloc_mb(sk, SDP_MID_DISCONN, 0, wait);
583 sdp_alloc_mb_chrcvbuf_ack(struct socket *sk, int size, int wait) argument
588 mb = sdp_alloc_mb(sk, SDP_MID_CHRCVBUF_ACK, sizeof(*resp_size), wait);
598 sdp_alloc_mb_srcavail(struct socket *sk, u32 len, u32 rkey, u64 vaddr, int wait) argument
615 sdp_alloc_mb_srcavail_cancel(struct socket *sk, int wait) argument
621 sdp_alloc_mb_rdmardcompl(struct socket *sk, u32 len, int wait) argument
636 sdp_alloc_mb_sendsm(struct socket *sk, int wait) argument
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dvidconsole.c589 int wait; local
600 /* wait until the controller can accept a command */
601 for (wait = PROBE_MAXWAIT; wait > 0; --wait) {
611 if (wait <= 0)
617 /* wait for a response */
618 for (wait = PROBE_MAXWAIT; wait > 0; --wait) {
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf2.c268 m_dup1(struct mbuf *m, int off, int len, int wait) argument
281 n = m_getcl(wait, m->m_type, M_PKTHDR);
283 n = m_getcl(wait, m->m_type, 0);
286 n = m_gethdr(wait, m->m_type);
288 n = m_get(wait, m->m_type);
293 if (copyhdr && !m_dup_pkthdr(n, m, wait)) {
315 m_tag_alloc(uint32_t cookie, int type, int len, int wait) argument
319 MBUF_CHECKSLEEP(wait);
322 t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c4 #include <sys/wait.h>
54 * check that we can access the fd, wait for the child, and
59 if (wait(&status) == -1)
60 err(1, "wait failed");
109 if (wait(&status) == -1)
110 err(1, "wait failed");
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c38 #include <sys/wait.h>
75 REQUIRE_ERRNO(wait(NULL), -1);
106 /* wait for parent to get set up */
121 /* wait for parent to get upset */
150 /* wait for last child */
153 (void)wait(NULL);
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.hpp47 void wait(const pid_t, const int, const std::string&, const std::string&);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-common.h2 with other subprocesses), and wait for it. Shared logic.
119 int (*wait) (struct pex_obj *, long /* child */, int * /* status */, member in struct:pex_funcs
/freebsd-11-stable/lib/libulog/
H A Dulog_login_pseudo.c30 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/gen/
H A Dwaitid.c34 #include <sys/wait.h>
/freebsd-11-stable/sys/powerpc/powermac/
H A Ddbdmavar.h39 /* Interrupt, branch, and wait flags */
42 uint8_t wait:2; member in struct:dbdma_command
/freebsd-11-stable/tools/test/hwpmc/
H A Dpmctest.py46 # The default is to wait after each counter is tested. Since the
69 parser.add_option("-w", "--wait", action="store_true", dest="wait",
70 default=True, help="wait after each execution")
92 if (options.wait == True):
/freebsd-11-stable/crypto/openssh/
H A Dsandbox-pledge.c26 #include <sys/wait.h>
/freebsd-11-stable/tests/sys/kern/
H A Dwaitpid_nohang.c30 #include <sys/wait.h>
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.h41 #include <linux/wait.h>
179 * Possible optimizations (wait for profile data to see if/where we
220 wait_queue_head_t wait; member in struct:mthca_cq
244 wait_queue_head_t wait; member in struct:mthca_srq
286 wait_queue_head_t wait; member in struct:mthca_qp
/freebsd-11-stable/contrib/unbound/util/
H A Dlocks.c46 #include <sys/wait.h>
132 * @param thread: the process id to wait for.
184 LONG wait = 1; /* wait 1 msec at first */ local
188 Sleep(wait); /* wait with sleep */
189 wait *= 2; /* exponential backoff for waiting */
/freebsd-11-stable/tests/sys/mqueue/
H A Dmqtest2.c4 #include <sys/wait.h>
93 wait(&status);

Completed in 203 milliseconds

1234567891011>>