Home
last modified time | relevance | path

Searched refs:pid_background (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dfunctions.sh61 pid_background=$(bash -i -c "$BACKGROUND &>$WDIR/background_log & echo \$!")
62 if ! ps -p $pid_background > /dev/null; then
70 if [ -n "$pid_background" ]; then
71 if ! kill -TERM -$pid_background &> /dev/null; then
72 kill $pid_background || true

Completed in 1 milliseconds