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

123456

/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h43 #define wait(a) posix_wait(a) macro
H A Dbsd-nextstep.c38 #undef wait /* Use NeXT's wait() function */ macro
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DThreadPool.cpp75 void ThreadPool::wait() { function in class:ThreadPool
[all...]
H A DGraphWriter.cpp135 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, argument
81 ExecGraphViewer(StringRef ExecPath, std::vector<const char *> &args, StringRef Filename, bool wait, std::string &ErrMsg) argument
[all...]
H A DLockFileManager.cpp74 struct timespec wait = {1, 0}; // 1 second. local
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dproc-utils.h83 #define wait(X) wait_with_trace (X, __FILE__, __LINE__) macro
/freebsd-11.0-release/sys/riscv/riscv/
H A Duma_machdep.c44 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
/freebsd-11.0-release/usr.sbin/timed/timed/
H A Dcandidate.c50 struct timeval then, wait; local
/freebsd-11.0-release/sys/netnatm/
H A Dnatm_pcb.c68 npcb_alloc(int wait) argument
/freebsd-11.0-release/sys/mips/mips/
H A Duma_machdep.c44 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
/freebsd-11.0-release/sys/arm64/arm64/
H A Duma_machdep.c44 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
/freebsd-11.0-release/sys/amd64/amd64/
H A Duma_machdep.c44 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Duma_machdep.c53 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
/freebsd-11.0-release/contrib/tcsh/
H A Dtc.wait.h77 union wait { union
[all...]
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dcondition.c206 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { function
/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dtarget.h88 unsigned char (*wait) (char *status); member in struct:target_ops
/freebsd-11.0-release/contrib/atf/atf-c++/
H A Dutils.cpp96 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
/freebsd-11.0-release/sys/kern/
H A Dsubr_busdma_bufalloc.c150 busdma_bufalloc_alloc_uncacheable(uma_zone_t zone, vm_size_t size, uint8_t *pflag, int wait) argument
H A Duipc_mbuf2.c268 m_dup1(struct mbuf *m, int off, int len, int wait) argument
315 m_tag_alloc(uint32_t cookie, int type, int len, int wait) argument
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h180 prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state) argument
185 finish_wait(wait_queue_head_t *q, wait_queue_t *wait) argument
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c164 sdp_post_sends(struct sdp_sock *ssk, int wait) argument
/freebsd-11.0-release/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c68 int32_t n, s, count, wait, flood, echo_size, numeric; local
/freebsd-11.0-release/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...]
/freebsd-11.0-release/contrib/ngatm/sscop/
H A Dsscop_main.c144 int wait = 0; local

Completed in 168 milliseconds

123456