libstdc++
|
ISO C++ 0x entities sub namespace for thread. 30.2.2 Namespace this_thread.
thread::id std::this_thread::get_id | ( | ) | [inline] |
void std::this_thread::sleep_for | ( | const chrono::duration< _Rep, _Period > & | __rtime | ) | [inline] |
sleep_for
Definition at line 263 of file thread.
References std::chrono::duration_cast().
Referenced by sleep_until().
void std::this_thread::sleep_until | ( | const chrono::time_point< _Clock, _Duration > & | __atime | ) | [inline] |
void std::this_thread::yield | ( | ) | [inline] |