libstdc++
|
Functions | |
thread::id | get_id () noexcept |
template<typename _Rep , typename _Period > | |
void | sleep_for (const chrono::duration< _Rep, _Period > &__rtime) |
template<typename _Clock , typename _Duration > | |
void | sleep_until (const chrono::time_point< _Clock, _Duration > &__atime) |
void | yield () noexcept |
ISO C++ 2011 namespace for interacting with the current thread.
C++11 30.3.2 [thread.thread.this] Namespace this_thread.
|
inlinenoexcept |
The unique identifier of the current thread.
Definition at line 337 of file std_thread.h.
|
inline |
this_thread::sleep_for
Definition at line 68 of file this_thread_sleep.h.
Referenced by sleep_until().
|
inline |
|
inlinenoexcept |
Allow the implementation to schedule a different thread.
Definition at line 350 of file std_thread.h.