Home
last modified time | relevance | path

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

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