<< Previous | Next >>

OSTaskDelHook

void OSTaskDelHook( OS_TCB * ptcb );

Description

Called by µC/OS-II whenever a task is deleted. This call-back function resides in UCOS2.LIB. Interrupts are disabled during this call, therefore, it is recommended that code be kept to a minimum.

Parameters

ptcb
Pointer to TCB of task being deleted.

Library

UCOS2.LIB

See also

OSTaskCreateHook


Dynamic C Functions << Previous | Next >> rabbit.com