Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c378 static tnf_pthread_exit_func_t real_pthread_exit = NULL; in pthread_exit() local
380 if (real_pthread_exit == NULL) { in pthread_exit()
381 real_pthread_exit = (tnf_pthread_exit_func_t) in pthread_exit()
384 assert(real_pthread_exit); in pthread_exit()
387 ((*real_pthread_exit)(status)); in pthread_exit()