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

/haiku/src/bin/debug/profile/
H A DTeam.cpp141 int32 threadDebugFlags = 0; local
143 // threadDebugFlags = B_THREAD_DEBUG_POST_SYSCALL
148 threadDebugFlags);
/haiku/src/bin/debug/strace/
H A Dstrace.cpp802 int32 threadDebugFlags = 0; local
804 threadDebugFlags = B_THREAD_DEBUG_PRE_SYSCALL | B_THREAD_DEBUG_POST_SYSCALL
808 if (set_thread_debugging_flags(nubPort, threadID, threadDebugFlags)
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp841 int32 threadDebugFlags = atomic_get(&thread->debug_info.flags);
843 && !(threadDebugFlags & B_THREAD_DEBUG_PRE_SYSCALL)) {
873 int32 threadDebugFlags = atomic_get(&thread->debug_info.flags);
875 && !(threadDebugFlags & B_THREAD_DEBUG_POST_SYSCALL)) {

Completed in 52 milliseconds