Searched refs:shutdown_hook_handler (Results 1 – 4 of 4) sorted by relevance
72 Application1.shutdown_hook_handler = ShutdownHook; in tx_application_define()
837 void (*shutdown_hook_handler)(StatusType); member
58 app.shutdown_hook_handler = ShutdownHook;
5640 if (Application->shutdown_hook_handler != TX_NULL) in ShutdownOS()5645 (Application->shutdown_hook_handler)(error); in ShutdownOS()