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

/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c123 static int (*__real_pthread_cond_wait_2_2_5) (pthread_cond_t *restrict cond, variable
450 __real_pthread_cond_wait_2_2_5 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.2.5");
456 else if (__real_pthread_cond_wait_2_2_5)
457 __real_pthread_cond_wait = __real_pthread_cond_wait_2_2_5;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c132 static void *__real_pthread_cond_wait_2_2_5 = NULL; variable
570 __real_pthread_cond_wait_2_2_5 = (void *) ptr;

Completed in 126 milliseconds