From 0ddfd93b559befca019ddc4108bc8f0d581cfaf6 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 26 Jan 2016 21:49:19 +1100 Subject: Remove widths from tables for the PDF. --- c_user/task_manager.rst | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'c_user') 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 -- cgit v1.2.3