HomeSort by: relevance | last modified time | path
    Searched defs:__real_pthread_mutex_lock_2_17 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 100 static int (*__real_pthread_mutex_lock_2_17) (pthread_mutex_t *mutex) = NULL; variable
362 __real_pthread_mutex_lock_2_17 = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.17");
365 if (__real_pthread_mutex_lock_2_17)
366 __real_pthread_mutex_lock = __real_pthread_mutex_lock_2_17;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 100 static int (*__real_pthread_mutex_lock_2_17) (pthread_mutex_t *mutex) = NULL; variable
362 __real_pthread_mutex_lock_2_17 = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.17");
365 if (__real_pthread_mutex_lock_2_17)
366 __real_pthread_mutex_lock = __real_pthread_mutex_lock_2_17;

Completed in 72 milliseconds