|
thread::id | this_thread::get_id () _NOEXCEPT |
|
void | this_thread::yield () _NOEXCEPT |
|
void | this_thread::sleep_until (const stdext::threads::xtime *_Abs_time) |
|
template<class _Clock , class _Duration > |
void | this_thread::sleep_until (const chrono::time_point< _Clock, _Duration > &_Abs_time) |
|
template<class _Rep , class _Period > |
void | this_thread::sleep_for (const chrono::duration< _Rep, _Period > &_Rel_time) |
|
void | swap (thread &_Left, thread &_Right) _NOEXCEPT |
|
bool | operator== (thread::id _Left, thread::id _Right) _NOEXCEPT |
|
bool | operator!= (thread::id _Left, thread::id _Right) _NOEXCEPT |
|
bool | operator< (thread::id _Left, thread::id _Right) _NOEXCEPT |
|
bool | operator<= (thread::id _Left, thread::id _Right) _NOEXCEPT |
|
bool | operator> (thread::id _Left, thread::id _Right) _NOEXCEPT |
|
bool | operator>= (thread::id _Left, thread::id _Right) _NOEXCEPT |
|
template<class _Ch , class _Tr > |
basic_ostream< _Ch, _Tr > & | operator<< (basic_ostream< _Ch, _Tr > &_Str, thread::id _Id) |
|