RTEMS Logo

RTEMS 4.9.2 On-Line Library


Task Manager Task Manager Creating Tasks

PREV UP NEXT Bookshelf RTEMS ITRON 3.0 API User's Guide

1.3.1: Task Manager Creating Tasks

The cre_tsk directive creates a task specified by tskid. Specifically, a TCB (Task Control Block) is allocated for the task to be created, and initialized according to accompanying parameter values of itskpri, task, stksz, etc. A stack area is also allocated for the task based on the parameter stksz.


PREV UP NEXT Bookshelf RTEMS ITRON 3.0 API User's Guide

Copyright © 1988-2008 OAR Corporation