Searched refs:wait_for (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1634 #define __sanitizer_syscall_pre__lwp_wait(wait_for, departed) \
1635 __sanitizer_syscall_pre_impl__lwp_wait((long long)(wait_for), \
1637 #define __sanitizer_syscall_post__lwp_wait(res, wait_for, departed) \
1638 __sanitizer_syscall_post_impl__lwp_wait(res, (long long)(wait_for), \
3965 void __sanitizer_syscall_pre_impl__lwp_wait(long long wait_for,
3967 void __sanitizer_syscall_post_impl__lwp_wait(long long res, long long wait_for,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp249 if (!m_condition_queue_not_empty.wait_for(lock, *timeout, pred))
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp510 bool wait_for, // if true wait for a new instance of "name" to be launched
515 listener, name, wait_for, error);
523 attach_info.SetWaitForLaunch(wait_for);
507 AttachToProcessWithName( SBListener &listener, const char *name, bool wait_for, SBError &error ) argument
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_dma.c791 } else if (wait_for(READ_BREADCRUMB(dev_priv) >= irq_nr, 3000))
H A Dintel_dp.c1706 if (wait_for((I915_READ(DP_TP_STATUS(port)) &

Completed in 144 milliseconds

12