<< 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

OS_TASK.C

See also

OSTaskCreateHook


020-0059 Rev. D << Previous | Next >> µC/OS-II