Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c72 Application1.shutdown_hook_handler = ShutdownHook; in tx_application_define()
Dos.h837 void (*shutdown_hook_handler)(StatusType); member
Dthreadx_osek_readme.txt58 app.shutdown_hook_handler = ShutdownHook;
Dtx_osek.c5640 if (Application->shutdown_hook_handler != TX_NULL) in ShutdownOS()
5645 (Application->shutdown_hook_handler)(error); in ShutdownOS()