Lines Matching full:sleep
44 sleep 0.1
64 lockf "testlock" sleep 10 &
69 sleep 0.1
74 lockf -t 0 "testlock" sleep 0
76 lockf -t 0 -s "testlock" sleep 0
78 # Make sure it cleans up after the initial sleep 10 is over.
95 atf_check lockf -k "9" sleep 0
135 sleep 0.5
138 sleep "$sub_delay"
148 sleep 0.5
183 lockf -k "testlock" sleep 10 &
188 sleep 0.5
205 atf_check -s exit:"${EX_UNAVAILABLE}" lockf -sn "testlock" sleep 30
208 # hope that it exits fast, but to be safe we specified a sleep 30 under
220 lockf -kp testlock sleep 30 &
241 lockf -kpT testlock sleep 30 &
266 lockf "testlock" sleep 30 &
270 sleep 0.5
275 atf_check -s exit:${EX_TEMPFAIL} lockf -st "$timeout" "testlock" sleep 0
289 lockf -p "testlock" sleep 10 &
296 atf_check -o file:testlock pgrep -F testlock -fx "sleep 10"
310 atf_check lockf -kp testlock sleep 0
326 atf_check lockf -kt 0 "testlock" sleep 0
328 lockf -wt 0 "testlock" sleep 0