Static functions.


static pTCB TaskInit( pTCB ptcb, char *name, int siz )
Initialize a task control block TCBt struct and the global executive context. Give the task its *name and establish a stack of at least siz bytes. Source: ../mlexec.c.html#TaskInit
static void StackSet( pTCB ptcb )
Plumb the task's pre-allocated maximum stack depth. Source: ../mlexec.c.html#StackSet
static void FncTblCreate(void)
The task scheduler executive spawns task objects and initiates one-shot function calls by looking up generic VAFNC function addresses in the pexec ->fnc PLt pointer list table. This table is loaded here by exhausting the entries provided by GetFncTblEntry(); Source: ../mlexec.c.html#FncTblCreate
static pFNC FncCreate( char *name, VAFNC fnc )
Create one pexec->fnc table entry. Source: ../mlexec.c.html#FncCreate
alphabetic index hierarchy of classes


XIDAR TECHNICS, 3388 STATE RT 370, CATO NY 13033-9716
Copyright © 1996 Eliot W. Dudley All rights reserved.
edudley@servtech.com

Dallas Semiconductor Home Page 1-Wire, DS, DS1820, DS2405, DS2407, DS9097, and MicroLan are trademarks and/or registered trademarks of Dallas Semiconductor

generated by doc++