Searched refs:real_pthread_exit (Results 1 – 1 of 1) sorted by relevance
378 static tnf_pthread_exit_func_t real_pthread_exit = NULL; in pthread_exit() local380 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()