Searched refs:SIGNAL_DEBUG_THREAD (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Dksignal.h39 #define SIGNAL_DEBUG_THREAD 62 macro
/haiku/src/system/kernel/
H A Dsignal.cpp51 | SIGNAL_TO_MASK(SIGNAL_DEBUG_THREAD) \
59 | SIGNAL_TO_MASK(SIGNAL_DEBUG_THREAD))
1070 case SIGNAL_DEBUG_THREAD:
1462 case SIGNAL_DEBUG_THREAD:
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp2958 // send the thread a SIGNAL_DEBUG_THREAD, so it is interrupted (or
2964 send_signal_to_thread_locked(thread, SIGNAL_DEBUG_THREAD, NULL, 0);

Completed in 62 milliseconds