Lines Matching refs:sleep
2 This bash script tests freezer code by starting a long sleep process.
4 After we cancel the sleep process should eventually reach the thawed
8 This bash script tests freezer code by starting a long sleep process.
9 The sleep process is frozen. We then kill the sleep process.
10 Then we unfreeze the sleep process and see what happens. We expect the
11 sleep process to receive the kill signals and exit almost immediately
15 This bash script tests freezer code by starting a long sleep process.
16 The sleep process is frozen. We then move the sleep process to a THAWED
17 cgroup. We expect moving the sleep process to fail.
27 This bash script tests freezer code by starting a long sleep process.
28 The sleep process is frozen. We then wait until the sleep process should
29 have exited. Then we unfreeze the sleep process. We expect the
30 sleep process to wakeup almost immediately after the cgroup is thawed,
35 This bash script tests freezer code by starting a long sleep process.
36 The sleep process is frozen. We then thaw the process before it exits.
45 This bash script tests freezer code by starting a long sleep process.
46 The sleep process is stopped and then frozen. We then thaw the process
51 This bash script tests freezer code by starting a long sleep process.
52 The sleep process is stopped and then frozen. We then thaw the process