Home
last modified time | relevance | path

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

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