Searched refs:VKI_SIGTSTP (Results 1 – 13 of 13) 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
129 #define VKI_SIGTSTP 20 macro
171 #define VKI_SIGTSTP 20 macro
126 #define VKI_SIGTSTP 20 macro
122 #define VKI_SIGTSTP 20 macro
143 #define VKI_SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
153 #define VKI_SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
469 #define VKI_SIGTSTP SIGTSTP macro
343 #define VKI_SIGTSTP 20
1410 case VKI_SIGTSTP: return "SIGTSTP"; in VG_()