Home
last modified time | relevance | path

Searched refs:grep_pid_status (Results 1 – 13 of 13) sorted by relevance

/external/strace/tests-mx32/
Ddetach-running.test82 grep_pid_status "$tracee_pid" '^State:.*R (running)' > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:'
Ddetach-sleeping.test82 grep_pid_status "$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:'
Ddetach-stopped.test99 grep_pid_status "$tracee_pid" '^State:.*T (stopped)' > /dev/null || {
100 grep_pid_status "$tracee_pid" '^State:'
Dinit.sh259 grep_pid_status() function
/external/strace/tests-m32/
Ddetach-running.test82 grep_pid_status "$tracee_pid" '^State:.*R (running)' > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:'
Ddetach-sleeping.test82 grep_pid_status "$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:'
Ddetach-stopped.test99 grep_pid_status "$tracee_pid" '^State:.*T (stopped)' > /dev/null || {
100 grep_pid_status "$tracee_pid" '^State:'
Dinit.sh259 grep_pid_status() function
/external/strace/tests/
Ddetach-sleeping.test82 grep_pid_status "$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:'
Ddetach-running.test82 grep_pid_status "$tracee_pid" '^State:.*R (running)' > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:'
Ddetach-stopped.test99 grep_pid_status "$tracee_pid" '^State:.*T (stopped)' > /dev/null || {
100 grep_pid_status "$tracee_pid" '^State:'
Dinit.sh259 grep_pid_status() function
/external/strace/
DChangeLog7730 * tests/init.sh (grep_pid_status): New function.