Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Functions | |
__TBB_DEPRECATED_IN_VERBOSE_MODE tbb_thread::id | get_id () |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | yield () |
Offers the operating system the opportunity to schedule another thread. More... | |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | sleep (const tick_count::interval_t &i) |
The current thread blocks at least until the time specified. More... | |
|
inline |
Definition at line 331 of file tbb_thread.h.
References tbb::internal::thread_get_id_v3().
Referenced by tbb::internal::tbb_thread_v3::join(), tbb::internal::critical_section_v4::lock(), tbb::internal::critical_section_v4::try_lock(), and tbb::internal::critical_section_v4::unlock().
|
inline |
The current thread blocks at least until the time specified.
Definition at line 335 of file tbb_thread.h.
References tbb::internal::thread_sleep_v3().
|
inline |
Offers the operating system the opportunity to schedule another thread.
Definition at line 333 of file tbb_thread.h.
References tbb::internal::thread_yield_v3().