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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c294 static tnf_pthread_create_func_t real_pthread_create = NULL; local
302 if (real_pthread_create == NULL) {
303 real_pthread_create = (tnf_pthread_create_func_t)
306 assert(real_pthread_create);
314 return ((*real_pthread_create)(new_thread_id, attr, probestart,

Completed in 47 milliseconds