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

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

Completed in 43 milliseconds