summaryrefslogtreecommitdiffstats
path: root/c_user
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-01-26 21:49:19 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:25 -0400
commit0ddfd93b559befca019ddc4108bc8f0d581cfaf6 (patch)
treef7a65624bda895ac3aa900c1b552ac355e220b6f /c_user
parentFix PDF layout. (diff)
downloadrtems-docs-0ddfd93b559befca019ddc4108bc8f0d581cfaf6.tar.bz2
Remove widths from tables for the PDF.
Diffstat (limited to 'c_user')
-rw-r--r--c_user/task_manager.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/c_user/task_manager.rst b/c_user/task_manager.rst
index e303518..96d20be 100644
--- a/c_user/task_manager.rst
+++ b/c_user/task_manager.rst
@@ -200,7 +200,6 @@ enabled when the task is executing. ``RTEMS_INTERRUPT_LEVEL(n)`` specifies that
the task will execute at interrupt level n.
.. list-table::
- :widths: 1, 50
* - ``RTEMS_PREEMPT``
- enable preemption (default)
@@ -347,7 +346,6 @@ In general, an attribute set is built by a bitwise OR of the desired
components. The set of valid task attribute components is listed below:
.. list-table::
- :widths: 1, 50
* - ``RTEMS_NO_FLOATING_POINT``
- does not use coprocessor (default)
@@ -382,7 +380,6 @@ desired components. The set of valid mode constants and each mode's
corresponding mask constant is listed below:
.. list-table::
- :widths: 1, 50
* - ``RTEMS_PREEMPT``
- is masked by``RTEMS_PREEMPT_MASK`` and enables preemption
@@ -595,7 +592,6 @@ TASK_CREATE - Create a task
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task created successfully
@@ -663,7 +659,6 @@ when calculating the stack size required for tasks which utilize the driver.
The following task attribute constants are defined by RTEMS:
.. list-table::
- :widths: 1, 50
* - ``RTEMS_NO_FLOATING_POINT``
- does not use coprocessor (default)
@@ -677,7 +672,6 @@ The following task attribute constants are defined by RTEMS:
The following task mode constants are defined by RTEMS:
.. list-table::
- :widths: 1, 50
* - ``RTEMS_PREEMPT``
- enable preemption (default)
@@ -730,7 +724,6 @@ TASK_IDENT - Get ID of a task
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task identified successfully
@@ -812,7 +805,6 @@ TASK_START - Start a task
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- ask started successfully
@@ -865,7 +857,6 @@ TASK_RESTART - Restart a task
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task restarted successfully
@@ -926,7 +917,6 @@ TASK_DELETE - Delete a task
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task deleted successfully
@@ -982,7 +972,6 @@ TASK_SUSPEND - Suspend a task
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task suspended successfully
@@ -1030,7 +1019,6 @@ TASK_RESUME - Resume a task
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task resumed successfully
@@ -1076,7 +1064,6 @@ TASK_IS_SUSPENDED - Determine if a task is Suspended
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task is NOT suspended
@@ -1119,7 +1106,6 @@ TASK_SET_PRIORITY - Set task priority
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task priority set successfully
@@ -1185,7 +1171,6 @@ TASK_MODE - Change the current task mode
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- task mode set successfully
@@ -1219,7 +1204,6 @@ The set of task mode constants and each mode's corresponding mask constant is
provided in the following table:
.. list-table::
- :widths: 1, 50
* - ``RTEMS_PREEMPT``
- is masked by ``RTEMS_PREEMPT_MASK`` and enables preemption
@@ -1258,7 +1242,6 @@ TASK_WAKE_AFTER - Wake up after interval
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- always successful
@@ -1302,7 +1285,6 @@ TASK_WAKE_WHEN - Wake up when specified
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- awakened at date/time successfully
@@ -1390,7 +1372,6 @@ TASK_VARIABLE_ADD - Associate per task variable
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- per task variable added successfully
@@ -1452,7 +1433,6 @@ TASK_VARIABLE_GET - Obtain value of a per task variable
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- per task variable obtained successfully
@@ -1510,7 +1490,6 @@ TASK_VARIABLE_DELETE - Remove per task variable
**DIRECTIVE STATUS CODES:**
.. list-table::
- :widths: 1, 50
* - ``RTEMS_SUCCESSFUL``
- per task variable deleted successfully