Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 25 of 51) sorted by relevance

123

/coreutils/tests/tail/
Dpid.sh26 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
31 tail -f $mode here & pid=$!
34 returns_ 124 timeout 1 tail -f -s.1 --pid=$pid $mode here || fail=1
37 returns_ 124 timeout 1 tail -f -s.1 --pid=$PID_T_MAX --pid=$pid $mode here \
44 timeout 10 tail -f -s.1 --pid=$PID_T_MAX $mode empty
50 returns_ 124 timeout 10 tail -f -s10 --pid=$PID_T_MAX $mode empty && fail=1
Doverlay-headers.sh45 kill $pid 2>/dev/null && wait $pid;
55 tail $fastpoll --pid=$sleep -f file1 file2 > out & pid=$!
57 kill -0 $pid || fail=1
63 kill -STOP $pid || fail=1
72 kill -CONT $pid || fail=1
Dinotify-hash-abuse2.sh24 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
32 tail $mode $fastpoll -F f & pid=$!
35 kill -0 $pid || break;
41 kill -0 $pid || fail=1
Dappend-only.sh25 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
39 sleep 1 & pid=$!
40 tail --pid=$pid -f $mode f || fail=1
Dinotify-race.sh31 kill $pid 2>/dev/null && wait $pid
87 tail < /dev/null > /dev/null 2>&1 & pid=$!
89 tail --pid=$pid -f tail.out | (read REPLY; kill $pid)
97 wait $pid
Dinotify-race2.sh30 kill $pid 2>/dev/null && wait $pid
88 tail < /dev/null > /dev/null 2>&1 & pid=$!
94 tail --pid=$pid -f tail.out | (read REPLY; kill $pid)
102 wait $pid
Dpipe-f2.sh28 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
33 timeout 10 tail $fastpoll -f fifo > out & pid=$!
43 kill -0 $pid || fail=1
Dtail-n0f.sh39 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
44 tail --sleep=4 -${c_or_n} 0 -f $mode $file & pid=$!
48 state=$(get_process_status_ $pid)
Dinotify-hash-abuse.sh34 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
42 tail $mode $fastpoll -qF $(seq $n) > out 2>&1 & pid=$!
65 kill -0 $pid || fail=1
Dflush-initial.sh26 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
31 tail $fastpoll -f in > out & pid=$!
Dfollow-stdin.sh33 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
44 tail $mode -f $fastpoll < in > out 2> err & pid=$!
78 tail -f - /dev/null </dev/tty 2> out & pid=$!
Dtruncate.sh30 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
40 tail $follow $mode $fastpoll f > out 2>&1 & pid=$!
Dinotify-dir-recreate.sh28 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
57 timeout 60 tail --pid=$$ -F dir/file >out 2>&1 & pid=$!
DF-vs-missing.sh32 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
40 tail $mode -F $fastpoll missing/file > out 2>&1 & pid=$!
/coreutils/tests/timeout/
Dtimeout-group.sh63 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
67 setsid ./group.sh & pid=$!
71 kill -INT -- -$pid
88 timeout -sALRM 30 timeout -sINT 25 ./timeout.cmd 20 & pid=$!
91 kill -ALRM $pid # trigger the alarm of the first timeout command
92 wait $pid
/coreutils/tests/misc/
Dstdbuf.sh59 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
70 wait $pid
85 wait $pid
/coreutils/tests/cp/
Dparent-perm-race.sh30 pid=
31 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
39 timeout 10 cp --preserve=$attr -R --copy-contents --parents $attr d & pid=$!
46 wait $pid || fail=1
Dsparse-to-pipe.sh25 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
28 timeout 10 cat pipe > copy & pid=$!
34 wait $pid
Dfile-perm-race.sh29 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
33 cp -p --copy-contents fifo fifo-copy & pid=$!
56 wait $pid || fail=1
Dexisting-perm-race.sh43 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
47 cp -p --copy-contents fifo fifo-copy & pid=$!
84 wait $pid || fail=1
/coreutils/tests/cat/
Dcat-buf.sh30 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
39 dd count=1 if=fifo > out & pid=$!
41 wait $pid
/coreutils/tests/sort/
Dsort-spinlock-abuse.sh33 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
41 cat > /dev/null) < fifo & pid=$!
/coreutils/tests/rm/
Ddangling-symlink.sh29 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
31 rm ---presume-input-tty dangle symlink & pid=$!
Disatty.sh29 cleanup_() { kill $pid 2>/dev/null && wait $pid; }
33 rm ---presume-input-tty f > out 2>&1 & pid=$!
/coreutils/tests/tac/
Dtac-continue.sh41 kill $pid 2>/dev/null && wait $pid
63 seq 1000 > fifo & pid=$!

123