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

/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c121 static int (*__real_pthread_cond_wait_2_3_2) (pthread_cond_t *restrict cond, variable
449 __real_pthread_cond_wait_2_3_2 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.3.2");
454 else if (__real_pthread_cond_wait_2_3_2)
455 __real_pthread_cond_wait = __real_pthread_cond_wait_2_3_2;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c122 static void *__real_pthread_cond_wait_2_3_2 = NULL; variable
668 __real_pthread_cond_wait_2_3_2 = __real_pthread_cond_wait;

Completed in 189 milliseconds