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

/haiku-fatelf/headers/private/kernel/
H A Duser_debugger.h187 B_THREAD_DEBUG_STOP = 0x0004, enumerator in enum:__anon1092
/haiku-fatelf/src/system/kernel/debug/
H A Duser_debugger.cpp136 if ((atomic_get(&thread->debug_info.flags) & B_THREAD_DEBUG_STOP) != 0)
567 threadFlags &= ~B_THREAD_DEBUG_STOP;
2898 atomic_or(&thread->debug_info.flags, B_THREAD_DEBUG_STOP);
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp1018 // B_THREAD_DEBUG_STOP flags, so that the thread will be
1026 | B_THREAD_DEBUG_STOP);
/haiku-fatelf/src/system/kernel/
H A Dsignal.cpp955 && (atomic_get(&thread->debug_info.flags) & B_THREAD_DEBUG_STOP)
H A Dthread.cpp1048 thread->debug_info.flags |= B_THREAD_DEBUG_STOP;

Completed in 57 milliseconds