Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 53) sorted by relevance

123

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDPredicate.h231 err = m_condition.Wait (m_mutex, abstime);
282 err = m_condition.Wait (m_mutex, abstime);
339 err = m_condition.Wait (m_mutex, abstime, timed_out);
399 err = m_condition.Wait (m_mutex, abstime, timed_out);
455 err = m_condition.Wait (m_mutex, abstime);
HDCondition.h102 Wait (Mutex &mutex, const TimeValue *abstime = NULL, bool *timed_out = NULL);
/NextBSD/contrib/llvm/tools/lli/
HDRPCChannel.h44 void Wait();
HDRemoteTargetExternal.cpp116 RPC.Wait(); in stop()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDCondition.cpp74 Condition::Wait (Mutex &mutex, const TimeValue *abstime, bool *timed_out) in Wait() function in Condition
/NextBSD/contrib/llvm/lib/Support/
HDProgram.cpp38 ProcessInfo Result = Wait( in ExecuteAndWait()
/NextBSD/contrib/llvm/tools/lli/Windows/
HDRPCChannel.inc25 void RPCChannel::Wait() {}
/NextBSD/sys/dev/ppbus/
HDppb_1284.h62 #define Wait nBUSY macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDProgram.h177 ProcessInfo Wait(
/NextBSD/contrib/ntp/scripts/ntp-wait/
HDinvoke-ntp-wait.texi4 @cindex Wait for ntpd to stabilize the system clock
64 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p5
HDntp-wait-opts43 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p5
HDntp-wait.texi18 * ntp-wait: (ntp-wait). Wait for ntpd to synchronize and stabilize the system clock.
HDntp-wait-opts.def7 prog-title = "Wait for ntpd to stabilize the system clock";
/NextBSD/contrib/llvm/lib/Support/Unix/
HDProgram.inc324 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
346 // Parent process: Wait for the child process to terminate.
367 // Wait for child to die
422 *ErrMsg = "Program::Wait is not implemented on this platform yet!";
/NextBSD/contrib/ntp/scripts/ntpsweep/
HDntpsweep.texi18 * ntpsweep: (ntpsweep). Wait for ntpd to synchronize and stabilize the system clock.
/NextBSD/sys/sys/
HDaac_ioctl.h172 int Wait; member
/NextBSD/sys/boot/pc98/boot0.5/
HDsupport.s35 # Wait 1ms
/NextBSD/contrib/llvm/tools/lli/Unix/
HDRPCChannel.inc87 void RPCChannel::Wait() { wait(nullptr); }
/NextBSD/crypto/openssl/doc/crypto/
HDBIO_s_accept.pod164 /* Wait for incoming connection */
175 /* Wait for another connection */
/NextBSD/lib/libc/isc/
HDeventlib_p.h171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/NextBSD/usr.bin/fortune/fortune/
HDfortune.c103 static bool Wait = FALSE; /* wait desired after fortune */ variable
209 if (Wait) { in main()
317 Wait++; in getargs()
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.seq424 /* Wait for the byte */
530 /* Wait for preceding I/O session to complete. */
660 * Main loop for information transfer phases. Wait for the
1056 * FIFOEMP can lag LAST_SEG_DONE. Wait a few
1197 /* Wait for the idle loop to complete */
1449 * Wait for our ACK to go-away on it's own
1468 * Status phase. Wait for the data byte to appear, then read it
1709 * XXX - Wait for more testing.
2006 /* Wait for preceding I/O session to complete. */
2268 /* Wait for at least 8 bytes of data to arrive. */
[all …]
/NextBSD/contrib/ofed/management/doc/
HDlibibumad.txt227 Description: Wait up to 'timeout_ms' for a packet to be received from the
243 Description: Wait up to 'timeout_ms' for a packet to be received from the
/NextBSD/contrib/traceroute/
HDCHANGES112 - Wait for response packet relative to start of probe. Thanks to Bill
/NextBSD/contrib/bmake/
HDparse.c218 Wait, /* .WAIT */ enumerator
344 { ".WAIT", Wait, 0 },
988 if (parseKeywords[keywd].spec == Wait) { in ParseDoSrc()

123