Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c262 static tnf_thr_create_func_t real_thr_create = NULL; in thr_create() local
270 if (real_thr_create == NULL) { in thr_create()
271 real_thr_create = (tnf_thr_create_func_t) in thr_create()
274 assert(real_thr_create); in thr_create()
282 return ((*real_thr_create)(stk, stksize, probestart, (void *) arg_p, in thr_create()