Searched refs:_TLF_RESTORE_SIGMASK (Results 1 – 2 of 2) sorted by relevance
124 if (current_thread_info()->local_flags & _TLF_RESTORE_SIGMASK) in do_signal()137 if (ti->local_flags & _TLF_RESTORE_SIGMASK) { in do_signal()138 ti->local_flags &= ~_TLF_RESTORE_SIGMASK; in do_signal()176 current_thread_info()->local_flags &= ~_TLF_RESTORE_SIGMASK; in do_signal()
147 #define _TLF_RESTORE_SIGMASK (1 << TLF_RESTORE_SIGMASK) macro156 ti->local_flags |= _TLF_RESTORE_SIGMASK; in set_restore_sigmask()