Searched refs:tsrm_shutdown_handler (Results 1 – 1 of 1) sorted by relevance
60 static tsrm_shutdown_func_t tsrm_shutdown_handler = NULL; variable223 if (tsrm_shutdown_handler) { in tsrm_shutdown()224 tsrm_shutdown_handler(); in tsrm_shutdown()228 tsrm_shutdown_handler = NULL; in tsrm_shutdown()722 void *retval = (void *) tsrm_shutdown_handler; in tsrm_set_shutdown_handler()724 tsrm_shutdown_handler = shutdown_handler; in tsrm_set_shutdown_handler()
Completed in 5 milliseconds