Home
last modified time | relevance | path

Searched refs:posttask_hook_handler (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c74 Application1.posttask_hook_handler = PostTaskHook; in tx_application_define()
Dos.h841 void (*posttask_hook_handler)(void); member
Dthreadx_osek_readme.txt60 app.posttask_hook_handler = PostTaskHook;
Dtx_osek.c8279 if (Application->posttask_hook_handler != TX_NULL) in exec_PostTaskHook()
8286 (Application->posttask_hook_handler)(); in exec_PostTaskHook()