Searched defs:wait (Results 1 - 25 of 158) sorted by relevance

1234567

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h41 #define wait(a) posix_wait(a) macro
H A Dbsd-nextstep.c38 #undef wait /* Use NeXT's wait() function */ macro
/freebsd-current/sys/contrib/ck/include/spinlock/
H A Dclh.h40 unsigned int wait; member in struct:ck_spinlock_clh
H A Dhclh.h39 unsigned int wait; member in struct:ck_spinlock_hclh
/freebsd-current/sys/dev/enic/
H A Dvnic_rq.c63 unsigned int wait; local
H A Dvnic_wq.c55 unsigned int wait; local
H A Denic_res.c144 int wait = 1000; local
157 int wait = 1000; local
174 int wait = 1000; local
/freebsd-current/sys/riscv/riscv/
H A Duma_machdep.c38 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, int domain, u_int8_t *flags, int wait) argument
/freebsd-current/sys/powerpc/powerpc/
H A Duma_machdep.c46 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, int domain, u_int8_t *flags, int wait) argument
/freebsd-current/sys/arm64/arm64/
H A Duma_machdep.c39 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, int domain, u_int8_t *flags, int wait) argument
/freebsd-current/sys/amd64/amd64/
H A Duma_machdep.c41 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, int domain, u_int8_t *flags, int wait) argument
/freebsd-current/contrib/kyua/utils/process/
H A Doperations.cpp248 process::wait(const int pid) function in class:process
[all...]
H A Dchild.cpp382 process::child::wait(void) function in class:process::child
/freebsd-current/contrib/atf/atf-c++/
H A Dutils.cpp103 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
/freebsd-current/contrib/tcsh/
H A Dtc.wait.h76 union wait { union
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c45 ATF_TC(wait); variable
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c166 sdp_post_sends(struct sdp_sock *ssk, int wait) argument
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/
H A Dcondition.c206 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { function
/freebsd-current/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c69 int32_t n, s, count, wait, flood, echo_size, numeric; local
/freebsd-current/sys/kern/
H A Duipc_mbuf2.c266 m_dup1(struct mbuf *m, int off, int len, int wait) argument
313 m_tag_alloc(uint32_t cookie, uint16_t type, int len, int wait) argument
H A Dsubr_busdma_bufalloc.c147 busdma_bufalloc_alloc_uncacheable(uma_zone_t zone, vm_size_t size, int domain, uint8_t *pflag, int wait) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h144 void condition_variable::wait(unique_lock<mutex>& __lk, _Predicate __pred) { function in class:condition_variable
/freebsd-current/sys/dev/tpm/
H A Dtpm_spibus.c44 int wait = TPM_WAIT_STATES; local
/freebsd-current/contrib/unbound/util/
H A Dlocks.c184 LONG wait = 1; /* wait 1 msec at first */ local
H A Dmini_event.c178 static int handle_select(struct event_base* base, struct timeval* wait) argument
142 handle_timeouts(struct event_base* base, struct timeval* now, struct timeval* wait) argument
232 struct timeval wait; local
[all...]

Completed in 527 milliseconds

1234567