Home
last modified time | relevance | path

Searched refs:cleanuphndlr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c741 static void (*cleanuphndlr)(void) = NULL; variable
749 cleanuphndlr = func; in _pthread_setcleanupinit()
938 if (cancelled && cleanuphndlr != NULL) in _thrp_exit_common()
939 (*cleanuphndlr)(); in _thrp_exit_common()