Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c322 static tnf_thr_exit_func_t real_thr_exit = NULL; in thr_exit() local
324 if (real_thr_exit == NULL) { in thr_exit()
325 real_thr_exit = (tnf_thr_exit_func_t) in thr_exit()
328 assert(real_thr_exit); in thr_exit()
372 ((*real_thr_exit)(status)); in thr_exit()