Lines Matching refs:tasks
6 and stop sets of tasks in order to schedule the resources of a machine
9 whole. The cgroup freezer uses cgroups to describe the set of tasks to
11 a means to start and stop the tasks composing the job.
14 of tasks. The freezer allows the checkpoint code to obtain a consistent
15 image of the tasks by attempting to force the tasks in a cgroup into a
16 quiescent state. Once the tasks are quiescent another task can
18 quiesced tasks. Checkpointed tasks can be restarted later should a
19 recoverable error occur. This also allows the checkpointed tasks to be
21 to another node and restarting the tasks there.
24 and resuming tasks in userspace. Both of these signals are observable
25 from within the tasks we wish to freeze. While SIGSTOP cannot be caught,
26 blocked, or ignored it can be seen by waiting or ptracing parent tasks.
29 attempting to use SIGSTOP and SIGCONT to stop and resume tasks. We can
49 have a problem with this method of stopping and resuming tasks.
52 prevent the freeze/unfreeze cycle from becoming visible to the tasks
57 tasks belonging to the cgroup and all its descendant cgroups. Each
70 FREEZING cgroup transitions into FROZEN state when all tasks
105 # echo $some_pid > /sys/fs/cgroup/freezer/0/tasks
112 to freeze all tasks in the container::
120 to unfreeze all tasks in the container::