Searched refs:grep_pid_status (Results 1 – 13 of 13) sorted by relevance
82 grep_pid_status "$tracee_pid" '^State:.*R (running)' > /dev/null || {83 grep_pid_status "$tracee_pid" '^State:'
82 grep_pid_status "$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {83 grep_pid_status "$tracee_pid" '^State:'
99 grep_pid_status "$tracee_pid" '^State:.*T (stopped)' > /dev/null || {100 grep_pid_status "$tracee_pid" '^State:'
271 grep_pid_status() function
22374 * tests/init.sh (grep_pid_status): New function.