Searched refs:TS_RESTORE_SIGMASK (Results 1 – 7 of 7) sorted by relevance
164 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal */ macro171 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()176 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()180 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()185 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()187 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
89 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal() */ macro96 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()101 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()105 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()110 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()112 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
151 #define TS_RESTORE_SIGMASK 0x0002 macro158 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()163 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()167 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()172 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()174 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
154 #define TS_RESTORE_SIGMASK 0x0001 /* restore signal mask in do_signal() */ macro163 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()187 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()191 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()196 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()198 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
124 #define TS_RESTORE_SIGMASK 2 /* restore signal mask in do_signal() */ macro131 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()136 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()140 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()145 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()147 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
242 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal() */ macro249 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()254 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()258 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()263 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()265 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
225 #define TS_RESTORE_SIGMASK 0x0001 /* restore signal mask in do_signal() */ macro232 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()237 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()241 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()246 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()248 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()