Searched refs:cleanuphndlr (Results 1 – 1 of 1) sorted by relevance
736 static void (*cleanuphndlr)(void) = NULL; variable744 cleanuphndlr = func; in _pthread_setcleanupinit()933 if (cancelled && cleanuphndlr != NULL) in _thrp_exit_common()934 (*cleanuphndlr)(); in _thrp_exit_common()