|
noexcept |
Suspends an execution of the calling thread until the specified time has passed.
[in] | xt | is a pointer to a chsv_xtime object, specifying an absolute time since the Epoch, when the calling thread is to resume its execution. |
An absolute time is a time passed since the Epoch. See chsv_xtime_get for more details.
To specify a relative time use the chsv_thrd_sleepfor function.
The function implements a behaviour of the thrd_sleep function defined in the ISO/IEC 9899:2011 (aka C11) standard.