Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c98 static int (*__real_pthread_mutex_lock) (pthread_mutex_t *mutex) = NULL; variable
374 __real_pthread_mutex_lock = __real_pthread_mutex_lock_2_17; in init_pthread_mutex_lock()
376 __real_pthread_mutex_lock = __real_pthread_mutex_lock_2_2_5; in init_pthread_mutex_lock()
378 __real_pthread_mutex_lock = __real_pthread_mutex_lock_2_0; in init_pthread_mutex_lock()
380 __real_pthread_mutex_lock = dlsym (dlflag, "pthread_mutex_lock"); in init_pthread_mutex_lock()
381 return __real_pthread_mutex_lock ? 1 : 0; in init_pthread_mutex_lock()
620 if (__real_pthread_mutex_lock == NULL) \
622 return gprofng_pthread_mutex_lock (__real_pthread_mutex_lock, mp); \
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c116 static void *__real_pthread_mutex_lock = NULL; variable
410 __real_pthread_mutex_lock = ptr; in init_thread_intf()
420 __real_pthread_mutex_lock = ptr; in init_thread_intf()
498 __real_pthread_mutex_lock = dlvsym(dlflag, "pthread_mutex_lock", GLIBC_N); in init_thread_intf()
517 __real_pthread_mutex_lock = ptr; in init_thread_intf()
527 __real_pthread_mutex_lock = ptr; in init_thread_intf()
597 __real_pthread_mutex_lock = ptr; in init_thread_intf()
607 __real_pthread_mutex_lock = ptr; in init_thread_intf()