Home
last modified time | relevance | path

Searched refs:__real_pthread_cond_timedwait (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c105 static int (*__real_pthread_cond_timedwait) (pthread_cond_t *restrict cond, variable
473 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_17; in init_thread_intf()
475 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_3_2; in init_thread_intf()
477 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_2_5; in init_thread_intf()
479 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_0; in init_thread_intf()
481 __real_pthread_cond_timedwait = dlsym (dlflag, "pthread_cond_timedwait"); in init_thread_intf()
482 if (__real_pthread_cond_timedwait == NULL) in init_thread_intf()
718 if (__real_pthread_cond_timedwait == NULL) \
720 return gprofng_pthread_cond_timedwait (__real_pthread_cond_timedwait, cond, mutex, abstime); \
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c119 static void *__real_pthread_cond_timedwait = NULL; variable
440 __real_pthread_cond_timedwait = (void *) ptr; in init_thread_intf()
501 __real_pthread_cond_timedwait = dlvsym(dlflag, "pthread_cond_timedwait", GLIBC_N); in init_thread_intf()
546 __real_pthread_cond_timedwait = (void *) ptr; in init_thread_intf()
626 __real_pthread_cond_timedwait = (void *) ptr; in init_thread_intf()
669 __real_pthread_cond_timedwait_2_3_2 = __real_pthread_cond_timedwait; in init_thread_intf()