Searched refs:real_pthread_create (Results 1 – 1 of 1) sorted by relevance
294 static tnf_pthread_create_func_t real_pthread_create = NULL; in pthread_create() local302 if (real_pthread_create == NULL) { in pthread_create()303 real_pthread_create = (tnf_pthread_create_func_t) in pthread_create()306 assert(real_pthread_create); in pthread_create()314 return ((*real_pthread_create)(new_thread_id, attr, probestart, in pthread_create()