Searched refs:startup_hook_handler (Results 1 – 4 of 4) sorted by relevance
75 Application1.startup_hook_handler = StartupHook; in tx_application_define()
834 void (*startup_hook_handler)(); member
57 app.startup_hook_handler = StartupHook;
289 if (Application->startup_hook_handler != TX_NULL) in StartOS()293 (Application->startup_hook_handler)(os_mode); in StartOS()