RTEMS Logo

RTEMS 4.10.2 On-Line Library


Task Manager Directives

PREV UP NEXT Bookshelf RTEMS C User's Guide

5.4: Directives

  • Task Manager TASK_CREATE - Create a task
  • Task Manager TASK_IDENT - Get ID of a task
  • Task Manager TASK_SELF - Obtain ID of caller
  • Task Manager TASK_START - Start a task
  • Task Manager TASK_RESTART - Restart a task
  • Task Manager TASK_DELETE - Delete a task
  • Task Manager TASK_SUSPEND - Suspend a task
  • Task Manager TASK_RESUME - Resume a task
  • Task Manager TASK_IS_SUSPENDED - Determine if a task is Suspended
  • Task Manager TASK_SET_PRIORITY - Set task priority
  • Task Manager TASK_MODE - Change the current task mode
  • Task Manager TASK_GET_NOTE - Get task notepad entry
  • Task Manager TASK_SET_NOTE - Set task notepad entry
  • Task Manager TASK_WAKE_AFTER - Wake up after interval
  • Task Manager TASK_WAKE_WHEN - Wake up when specified
  • Task Manager ITERATE_OVER_ALL_THREADS - Iterate Over Tasks
  • Task Manager TASK_VARIABLE_ADD - Associate per task variable
  • Task Manager TASK_VARIABLE_GET - Obtain value of a per task variable
  • Task Manager TASK_VARIABLE_DELETE - Remove per task variable
  • This section details the task manager's directives. A subsection is dedicated to each of this manager's directives and describes the calling sequence, related constants, usage, and status codes.


    PREV UP NEXT Bookshelf RTEMS C User's Guide

    Copyright © 1988-2008 OAR Corporation