TIF_SIGPENDING 97 arch/x86/include/asm/thread_info.h #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) TIF_SIGPENDING 204 arch/x86/include/asm/thread_info.h WARN_ON(!test_bit(TIF_SIGPENDING, (unsigned long *)&ti->flags)); TIF_SIGPENDING 190 include/linux/ptrace.h set_tsk_thread_flag(child, TIF_SIGPENDING); TIF_SIGPENDING 2724 include/linux/sched.h set_tsk_thread_flag(current, TIF_SIGPENDING); TIF_SIGPENDING 2730 include/linux/sched.h return unlikely(test_tsk_thread_flag(p,TIF_SIGPENDING)); TIF_SIGPENDING 128 include/linux/thread_info.h WARN_ON(!test_thread_flag(TIF_SIGPENDING));