Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 6 of 6) sorted by relevance

/platform_testing/utils/shell-as/shell-code/
Dconstants.S30 .equ SIGSTOP, 19 define
Dselinux-x86_64.S76 mov $SIGSTOP, %rsi
Dselinux-x86.S84 mov $SIGSTOP, %ecx
Dselinux-arm64.S81 mov x1, SIGSTOP
Dselinux-arm.S84 mov r1, SIGSTOP
/platform_testing/utils/shell-as/
Dexecute.cpp220 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()