CellModules
|
Functions | |
thread::id | get_id () noexcept |
void | yield () noexcept |
template<class Rep , class Period > | |
void | sleep_for (const std::chrono::duration< Rep, Period > &sleep_duration) |
template<class Clock , class Duration > | |
void | sleep_until (const std::chrono::time_point< Clock, Duration > &sleep_time) |
|
inlinenoexcept |
Definition at line 291 of file mingw.thread.h.
void mingw_stdthread::this_thread::sleep_for | ( | const std::chrono::duration< Rep, Period > & | sleep_duration | ) |
Definition at line 294 of file mingw.thread.h.
void mingw_stdthread::this_thread::sleep_until | ( | const std::chrono::time_point< Clock, Duration > & | sleep_time | ) |
Definition at line 299 of file mingw.thread.h.
|
inlinenoexcept |
Definition at line 292 of file mingw.thread.h.