summaryrefslogtreecommitdiffstats
path: root/c_user/scheduling_concepts.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-18 15:41:28 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit25d55d49c3f52a12a52def776104e0c9c721e680 (patch)
tree659abcd9eefe270c58fe9f7027fe192f08d95b20 /c_user/scheduling_concepts.rst
parentFix double quotes. (diff)
downloadrtems-docs-25d55d49c3f52a12a52def776104e0c9c721e680.tar.bz2
Change code to code-block.
Diffstat (limited to 'c_user/scheduling_concepts.rst')
-rw-r--r--c_user/scheduling_concepts.rst29
1 files changed, 0 insertions, 29 deletions
diff --git a/c_user/scheduling_concepts.rst b/c_user/scheduling_concepts.rst
index ea77157..6425ab3 100644
--- a/c_user/scheduling_concepts.rst
+++ b/c_user/scheduling_concepts.rst
@@ -327,35 +327,6 @@ It will remain in the dormant state until it is started via the
task is now permitted to be scheduled for the processor and to compete for
other system resources.
-.. COMMENT: .. code:: c
-.. COMMENT:
-.. COMMENT: +-------------------------------------------------------------+
-.. COMMENT: | Non-existent |
-.. COMMENT: | +-------------------------------------------------------+ |
-.. COMMENT: | | | |
-.. COMMENT: | | | |
-.. COMMENT: | | Creating +---------+ Deleting | |
-.. COMMENT: | | -------------------> | Dormant | -------------------> | |
-.. COMMENT: | | +---------+ | |
-.. COMMENT: | | | | |
-.. COMMENT: | | Starting | | |
-.. COMMENT: | | | | |
-.. COMMENT: | | V Deleting | |
-.. COMMENT: | | +-------> +-------+ -------------------> | |
-.. COMMENT: | | Yielding / +----- | Ready | ------+ | |
-.. COMMENT: | | / / +-------+ <--+ \\ | |
-.. COMMENT: | | / / \\ \\ Blocking | |
-.. COMMENT: | | / / Dispatching Readying \\ \\ | |
-.. COMMENT: | | / V \\ V | |
-.. COMMENT: | | +-----------+ Blocking +---------+ | |
-.. COMMENT: | | | Executing | --------------> | Blocked | | |
-.. COMMENT: | | +-----------+ +---------+ | |
-.. COMMENT: | | | |
-.. COMMENT: | | | |
-.. COMMENT: | +-------------------------------------------------------+ |
-.. COMMENT: | Non-existent |
-.. COMMENT: +-------------------------------------------------------------+
-
.. figure:: states.png
:width: 70%
:align: center