Searched refs:TIF_DEBUG (Results 1 – 4 of 4) sorted by relevance
38 if (!child || !test_and_set_tsk_thread_flag(child, TIF_DEBUG)) { in ocd_enable()65 else if (test_tsk_thread_flag(child, TIF_DEBUG)) in ocd_disable()69 if (!child || test_and_clear_tsk_thread_flag(child, TIF_DEBUG)) { in ocd_disable()
356 clear_tsk_thread_flag(p, TIF_DEBUG); in copy_thread()357 if ((clone_flags & CLONE_PTRACE) && test_thread_flag(TIF_DEBUG)) in copy_thread()
92 #define TIF_DEBUG 21 /* uses debug registers */ macro115 #define _TIF_DEBUG (1 << TIF_DEBUG)
88 #define TIF_DEBUG 30 /* debugging enabled */ macro