Searched refs:B_THREAD_DEBUG_STOP (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/kernel/
H A Duser_debugger.h187 B_THREAD_DEBUG_STOP = 0x0004, enumerator in enum:__anon101
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp139 if ((atomic_get(&thread->debug_info.flags) & B_THREAD_DEBUG_STOP) != 0)
570 threadFlags &= ~B_THREAD_DEBUG_STOP;
2949 & (B_THREAD_DEBUG_STOPPED | B_THREAD_DEBUG_STOP)) != 0) {
2954 atomic_or(&thread->debug_info.flags, B_THREAD_DEBUG_STOP);
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp1078 // B_THREAD_DEBUG_STOP flags, so that the thread will be
1086 | B_THREAD_DEBUG_STOP);
/haiku/src/system/kernel/
H A Dsignal.cpp988 if ((atomic_get(&thread->debug_info.flags) & B_THREAD_DEBUG_STOP)
1071 // ignore -- used together with B_THREAD_DEBUG_STOP, which
H A Dthread.cpp1076 thread->debug_info.flags |= B_THREAD_DEBUG_STOP;

Completed in 61 milliseconds