Home
last modified time | relevance | path

Searched refs:THREAD_SIGNAL_SUSPEND (Results 1 – 4 of 4) sorted by relevance

/kernel/kernel/
A Dthread.cpp291 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()
A Dwait.cpp248 } else if (current_thread->signals & THREAD_SIGNAL_SUSPEND) { in wait_queue_block_etc()
/kernel/include/kernel/
A Dthread.h61 #define THREAD_SIGNAL_SUSPEND (1 << 1) macro
/kernel/object/
A Dthread_dispatcher.cpp625 status = event_wait_with_mask(&exception_event_, THREAD_SIGNAL_SUSPEND); in ExceptionHandlerExchange()

Completed in 30 milliseconds