Searched refs:THREAD_SIGNAL_SUSPEND (Results 1 – 4 of 4) sorted by relevance
291 t->signals &= ~THREAD_SIGNAL_SUSPEND; in thread_resume()333 t->signals |= THREAD_SIGNAL_SUSPEND; in thread_suspend()687 if (current_thread->signals & THREAD_SIGNAL_SUSPEND) { in thread_do_suspend()689 current_thread->signals &= ~THREAD_SIGNAL_SUSPEND; in thread_do_suspend()735 if (current_thread->signals & THREAD_SIGNAL_SUSPEND) { in thread_process_pending_signals()
248 } else if (current_thread->signals & THREAD_SIGNAL_SUSPEND) { in wait_queue_block_etc()
61 #define THREAD_SIGNAL_SUSPEND (1 << 1) macro
625 status = event_wait_with_mask(&exception_event_, THREAD_SIGNAL_SUSPEND); in ExceptionHandlerExchange()
Completed in 30 milliseconds