Home
last modified time | relevance | path

Searched refs:_TLF_RESTORE_SIGMASK (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/include/asm/
Dthread_info.h141 #define _TLF_RESTORE_SIGMASK (1 << TLF_RESTORE_SIGMASK) macro
150 ti->local_flags |= _TLF_RESTORE_SIGMASK; in set_restore_sigmask()
155 current_thread_info()->local_flags &= ~_TLF_RESTORE_SIGMASK; in clear_restore_sigmask()
159 return current_thread_info()->local_flags & _TLF_RESTORE_SIGMASK; in test_restore_sigmask()
164 if (!(ti->local_flags & _TLF_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
166 ti->local_flags &= ~_TLF_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()