3 void abort_callback::check()
const {
4 if (is_aborting())
throw exception_aborted();
7 void abort_callback::sleep(
double p_timeout_seconds)
const {
8 if (!sleep_ex(p_timeout_seconds))
throw exception_aborted();
11 bool abort_callback::sleep_ex(
double p_timeout_seconds)
const {
19 case 1:
throw exception_aborted();
static int g_twoEventWait(win32_event &ev1, win32_event &ev2, double timeout)
static bool g_wait_for(HANDLE p_event, double p_timeout_seconds)
Returns true when signaled, false on timeout.
PFC_NORETURN void SHARED_EXPORT uBugCheck()