Searched refs:TARGET_SA_RESTART (Results 1 – 10 of 10) sorted by relevance
49 #define TARGET_SA_RESTART 0x0002 /* restart system on signal return */ macro
15 #define TARGET_SA_RESTART 0x10000000 macro
63 #define TARGET_SA_RESTART 0x00000040 macro
61 #define TARGET_SA_RESTART 2u macro
64 #define TARGET_SA_RESTART 0x10000000 macro
58 #define TARGET_SA_RESTART 0x0002 /* restart system on signal return */ macro
65 #define TARGET_SA_RESTART 0x10000000 macro
57 #define TARGET_SA_RESTART 0x00000002 macro
704 if (k->sa_flags & TARGET_SA_RESTART) { in do_sigaction()