Searched refs:VKI_SIGTSTP (Results 1 – 14 of 14) sorted by relevance
353 #if defined (VKI_SIGTSTP) in target_signal_from_host()354 if (hostsig == VKI_SIGTSTP) in target_signal_from_host()602 #if defined (VKI_SIGTSTP) in do_target_signal_to_host()604 return VKI_SIGTSTP; in do_target_signal_to_host()
111 #define VKI_SIGTSTP 20 macro
104 #define VKI_SIGTSTP 20 macro
127 #define VKI_SIGTSTP 20 macro
171 #define VKI_SIGTSTP 20 macro
131 #define VKI_SIGTSTP 20 macro
126 #define VKI_SIGTSTP 20 macro
122 #define VKI_SIGTSTP 20 macro
153 #define VKI_SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
143 #define VKI_SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
488 #define VKI_SIGTSTP SIGTSTP macro
1095 #define VKI_SIGTSTP SIGTSTP /* 24 */ macro
343 #define VKI_SIGTSTP 20
1489 case VKI_SIGTSTP: return "SIGTSTP"; in VG_()