Lines Matching refs:testlock
87 atf_check -s exit:9 lockf testlock sh -c 'exit 9'
220 lockf -kp testlock sleep 30 &
223 waitlock testlock
225 atf_check -o file:testlock pgrep -F testlock
239 atf_check -o file:testlock pgrep -F testlock
241 lockf -kpT testlock sleep 30 &
244 waitlock testlock
246 atf_check -o file:testlock pgrep -F testlock
260 atf_check -o empty -e not-empty -s not-exit:0 pgrep -F testlock
294 atf_check test -s testlock
295 atf_check -o file:testlock pgrep -F testlock
296 atf_check -o file:testlock pgrep -F testlock -fx "sleep 10"
297 atf_check pkill -TERM -F testlock
301 atf_check test ! -f testlock
309 jot -b A -s "" 64 > testlock
310 atf_check lockf -kp testlock sleep 0
311 atf_check -o not-match:"A" cat testlock