CellModules
mingw_stdthread::this_thread Namespace Reference

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)
 

Function Documentation

◆ get_id()

thread::id mingw_stdthread::this_thread::get_id ( )
inlinenoexcept

Definition at line 291 of file mingw.thread.h.

◆ sleep_for()

template<class Rep , class Period >
void mingw_stdthread::this_thread::sleep_for ( const std::chrono::duration< Rep, Period > &  sleep_duration)

Definition at line 294 of file mingw.thread.h.

◆ sleep_until()

template<class Clock , class Duration >
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.

◆ yield()

void mingw_stdthread::this_thread::yield ( )
inlinenoexcept

Definition at line 292 of file mingw.thread.h.