Namespaces | |
hiden | |
no_interruption_point | |
Functions | |
void BOOST_THREAD_DECL | yield () BOOST_NOEXCEPT |
bool BOOST_THREAD_DECL | interruptible_wait (detail::win32::handle handle_to_wait_for, detail::timeout target_time) |
void | interruptible_wait (uintmax_t milliseconds) |
BOOST_SYMBOL_VISIBLE void | interruptible_wait (system_time const &abs_time) |
template<typename TimeDuration > | |
BOOST_SYMBOL_VISIBLE void | sleep (TimeDuration const &rel_time) |
BOOST_SYMBOL_VISIBLE void | sleep (system_time const &abs_time) |
bool BOOST_THREAD_DECL boost::this_thread::interruptible_wait | ( | detail::win32::handle | handle_to_wait_for, |
detail::timeout | target_time | ||
) |
Referenced by interruptible_wait(), sleep(), and boost::detail::basic_cv_list_entry::wait().
|
inline |
References interruptible_wait().
|
inline |
References interruptible_wait().
|
inline |
References interruptible_wait(), and boost::detail::pin_to_zero().
|
inline |
References interruptible_wait().
void BOOST_THREAD_DECL boost::this_thread::yield | ( | ) |
Referenced by boost::executors::basic_thread_pool::schedule_one_or_yield().