in file /gcore/gcore/usr/src/lib/libtnfprobe/probe_cntl.c i find function
int
    289 pthread_create(pthread_t *new_thread_id,
    290         const pthread_attr_t *attr,
    291         void *          (*real_func)(void *),
    292         void            *real_arg){...}

in body i find - real_pthread_create = 
(tnf_pthread_create_func_t)dlsym(RTLD_NEXT, "pthread_create");

dlsym - load real "pthread_create", but i can not find string or anothe 
"pthread_create". 

Anybody have known about where is real function ?
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to