Searched refs:SIGSTOP (Results 1 – 6 of 6) sorted by relevance
30 .equ SIGSTOP, 19 define
76 mov $SIGSTOP, %rsi
84 mov $SIGSTOP, %ecx
81 mov x1, SIGSTOP
84 mov r1, SIGSTOP
220 if (status >> 8 != SIGSTOP) { in ExecuteShellCode()323 raise(SIGSTOP); // Wait for the parent process to attach. in ExecuteInContext()329 if ((status >> 8) != SIGSTOP) { in ExecuteInContext()