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

/haiku/headers/private/kernel/
H A Duser_debugger.h119 sigset_t ignore_signals_once; member in struct:thread_debug_info
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp308 info->ignore_signals_once = 0;
335 info->ignore_signals_once = 0;
364 info->ignore_signals_once = 0;
2106 threadDebugInfo.ignore_signals_once &= ignoreOnce;
2109 threadDebugInfo.ignore_signals_once |= ignoreOnce;
2112 threadDebugInfo.ignore_signals_once = ignoreOnce;
2140 ignoreOnce = thread->debug_info.ignore_signals_once;
2511 thread->debug_info.ignore_signals_once = 0;
/haiku/src/system/kernel/
H A Dsignal.cpp814 if ((thread->debug_info.ignore_signals_once & signalMask) != 0) {
815 thread->debug_info.ignore_signals_once &= ~signalMask;

Completed in 60 milliseconds