source: rtems/doc/user/states.txt @ e630235

4.115
Last change on this file since e630235 was b298cd8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/20/06 at 09:20:02

New. Extracted from other files.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1     +-------------------------------------------------------------+
2     |                         Non-existent                        |
3     |  +-------------------------------------------------------+  |
4     |  |                                                       |  |
5     |  |                                                       |  |
6     |  |      Creating        +---------+     Deleting         |  |
7     |  | -------------------> | Dormant | -------------------> |  |
8     |  |                      +---------+                      |  |
9     |  |                           |                           |  |
10     |  |                  Starting |                           |  |
11     |  |                           |                           |  |
12     |  |                           V          Deleting         |  |
13     |  |             +-------> +-------+ ------------------->  |  |
14     |  |  Yielding  /   +----- | Ready | ------+               |  |
15     |  |           /   /       +-------+ <--+   \              |  |
16     |  |          /   /                      \   \ Blocking    |  |
17     |  |         /   / Dispatching   Readying \   \            |  |
18     |  |        /   V                          \   V           |  |
19     |  |      +-----------+    Blocking     +---------+        |  |
20     |  |      | Executing | --------------> | Blocked |        |  |
21     |  |      +-----------+                 +---------+        |  |
22     |  |                                                       |  |
23     |  |                                                       |  |
24     |  +-------------------------------------------------------+  |
25     |                         Non-existent                        |
26     +-------------------------------------------------------------+
Note: See TracBrowser for help on using the repository browser.