Lines Matching +full:waking +full:- +full:up
4 - Name: wwrn - wakeup while not running
5 - Type: per-task deterministic automaton
6 - Author: Daniel Bristot de Oliveira <bristot@kernel.org>
9 -----------
11 This is a per-task sample monitor, with the following
17 wakeup +-------------+
18 +--------- | |
20 +--------> | | <+
21 +-------------+ |
25 +-------------+ |
26 | running | -+
27 +-------------+
37 waking the task up. BOOM, the wakeup will happen while the task is
40 - Why do we need this model, so?
41 - To test the reactors.
44 -------------