OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep_pid_status
(Results
1 - 12
of
12
) sorted by null
/external/strace/tests/
detach-running.test
82
grep_pid_status
"$tracee_pid" '^State:.*R (running)' > /dev/null || {
83
grep_pid_status
"$tracee_pid" '^State:'
detach-sleeping.test
82
grep_pid_status
"$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
83
grep_pid_status
"$tracee_pid" '^State:'
detach-stopped.test
99
grep_pid_status
"$tracee_pid" '^State:.*T (stopped)' > /dev/null || {
100
grep_pid_status
"$tracee_pid" '^State:'
init.sh
258
# Usage:
grep_pid_status
$pid GREP-OPTIONS...
259
grep_pid_status
()
function
/external/strace/tests-m32/
detach-running.test
82
grep_pid_status
"$tracee_pid" '^State:.*R (running)' > /dev/null || {
83
grep_pid_status
"$tracee_pid" '^State:'
detach-sleeping.test
82
grep_pid_status
"$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
83
grep_pid_status
"$tracee_pid" '^State:'
detach-stopped.test
99
grep_pid_status
"$tracee_pid" '^State:.*T (stopped)' > /dev/null || {
100
grep_pid_status
"$tracee_pid" '^State:'
init.sh
258
# Usage:
grep_pid_status
$pid GREP-OPTIONS...
259
grep_pid_status
()
function
/external/strace/tests-mx32/
detach-running.test
82
grep_pid_status
"$tracee_pid" '^State:.*R (running)' > /dev/null || {
83
grep_pid_status
"$tracee_pid" '^State:'
detach-sleeping.test
82
grep_pid_status
"$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
83
grep_pid_status
"$tracee_pid" '^State:'
detach-stopped.test
99
grep_pid_status
"$tracee_pid" '^State:.*T (stopped)' > /dev/null || {
100
grep_pid_status
"$tracee_pid" '^State:'
init.sh
258
# Usage:
grep_pid_status
$pid GREP-OPTIONS...
259
grep_pid_status
()
function
Completed in 675 milliseconds