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