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

/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c136 static int (*__real_pthread_cond_timedwait_2_0) (pthread_cond_t *restrict cond, variable
471 __real_pthread_cond_timedwait_2_0 = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.0");
478 else if (__real_pthread_cond_timedwait_2_0)
479 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_0;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c129 static void *__real_pthread_cond_timedwait_2_0 = NULL; variable
484 __real_pthread_cond_timedwait_2_0 = (void *) ptr;
487 CALL_REAL (fprintf)(stderr, "synctrace_init COL_ERROR_SYNCINIT __real_pthread_cond_timedwait_2_0\n");

Completed in 133 milliseconds