Searched refs:Wait (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DCondition.h69 /// Wait for the condition variable to be signaled.
71 /// The Wait() function atomically blocks the current thread
102 Wait (Mutex &mutex, const TimeValue *abstime = NULL, bool *timed_out = NULL);
H A DPredicate.h190 /// Wait for bits to be set in \a m_value.
230 err = m_condition.Wait (m_mutex, abstime);
240 /// Wait for bits to be reset in \a m_value.
281 err = m_condition.Wait (m_mutex, abstime);
291 /// Wait for \a m_value to be equal to \a value.
338 err = m_condition.Wait (m_mutex, abstime, timed_out);
345 /// Wait for \a m_value to be equal to \a value and then set it to
398 err = m_condition.Wait (m_mutex, abstime, timed_out);
412 /// Wait for \a m_value to not be equal to \a value.
454 err = m_condition.Wait (m_mute
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DProgram.h115 /// Wait until the process finished execution or win32 CloseHandle() API on
133 ProcessInfo Wait(
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DCondition.cpp66 // The Wait() function atomically blocks the current thread
79 Condition::Wait (Mutex &mutex, const TimeValue *abstime, bool *timed_out) function in class:Condition
H A DEditline.cpp620 m_getc_cond.Wait(m_getc_mutex);
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DProgram.cpp37 ProcessInfo Result = Wait(PI, secondsToWait, true, ErrMsg);
/freebsd-10.1-release/contrib/llvm/tools/lli/
H A DRemoteTargetExternal.h113 void Wait();
H A DRemoteTargetExternal.cpp57 Wait();
/freebsd-10.1-release/sys/dev/ppbus/
H A Dppb_1284.h62 #define Wait nBUSY macro
/freebsd-10.1-release/sys/boot/pc98/boot0.5/
H A Dsupport.s35 # Wait 1ms
/freebsd-10.1-release/sys/sys/
H A Daac_ioctl.h172 int Wait; member in struct:get_adapter_fib_ioctl
/freebsd-10.1-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc325 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
348 // Parent process: Wait for the child process to terminate.
365 // Wait for child to die
420 *ErrMsg = "Program::Wait is not implemented on this platform yet!";
/freebsd-10.1-release/lib/libc/isc/
H A Deventlib_p.h171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon5600
/freebsd-10.1-release/games/fortune/fortune/
H A Dfortune.c103 static bool Wait = FALSE; /* wait desired after fortune */ variable
209 if (Wait) {
317 Wait++;
/freebsd-10.1-release/usr.bin/make/
H A Dparse.c177 Wait, /* .WAIT */ enumerator in enum:__anon11829
237 { ".WAIT", Wait, 0 },
559 if (kw->spec == Wait) {
/freebsd-10.1-release/contrib/bmake/
H A Dparse.c218 Wait, /* .WAIT */ enumerator in enum:__anon699
344 { ".WAIT", Wait, 0 },
982 if (parseKeywords[keywd].spec == Wait) {
/freebsd-10.1-release/tools/tools/sysbuild/
H A Dsysbuild.sh537 log_it Wait for ports prefetch
/freebsd-10.1-release/sys/dev/aac/
H A Daac.c1695 * Wait for the adapter to come ready.
3520 if (error == EAGAIN && agf.Wait) {
/freebsd-10.1-release/sys/dev/aacraid/
H A Daacraid.c1567 * Wait for the adapter to come ready.
3384 if (error == EAGAIN && agf.Wait) {
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex2658 % table breaks over pages. Wouldn't \vfil be better? Wait until the
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2832 % table breaks over pages. Wouldn't \vfil be better? Wait until the
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex2731 % table breaks over pages. Wouldn't \vfil be better? Wait until the
/freebsd-10.1-release/contrib/apr/
H A Dconfigure27316 /* Wait for socket to become readable */

Completed in 537 milliseconds