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

/haiku/src/system/kernel/arch/x86/64/
H A Dentry_compat.S119 testl $(THREAD_FLAGS_BREAKPOINTS_INSTALLED \
H A Dinterrupts.S117 testl $(THREAD_FLAGS_BREAKPOINTS_INSTALLED \
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp937 atomic_or(&thread->flags, THREAD_FLAGS_BREAKPOINTS_INSTALLED);
959 if (!(thread->flags & THREAD_FLAGS_BREAKPOINTS_INSTALLED))
972 atomic_and(&thread->flags, ~THREAD_FLAGS_BREAKPOINTS_INSTALLED);
/haiku/src/system/kernel/arch/x86/32/
H A Dinterrupts.S130 testl $(THREAD_FLAGS_BREAKPOINTS_INSTALLED \
/haiku/headers/private/kernel/
H A Dthread_types.h831 #define THREAD_FLAGS_BREAKPOINTS_INSTALLED 0x0020 macro

Completed in 123 milliseconds