Searched refs:posttask_hook_handler (Results 1 – 4 of 4) sorted by relevance
74 Application1.posttask_hook_handler = PostTaskHook; in tx_application_define()
840 void (*posttask_hook_handler)(void); member
60 app.posttask_hook_handler = PostTaskHook;
8278 if (Application->posttask_hook_handler != TX_NULL) in exec_PostTaskHook()8285 (Application->posttask_hook_handler)(); in exec_PostTaskHook()