takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

RTOS hook functions

RTOS hook functions
[Rtos]

Functions

void rtos_attach_thread_terminate_hook (void(*fptr)(osThreadId_t id))

Function Documentation

void rtos_attach_thread_terminate_hook ( void(*)(osThreadId_t id)  fptr )
Note:
Sets the hook function called by thread termination
Parameters:
fptrHook function pointer.