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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 128 static int (*__real_pthread_cond_timedwait_2_17) (pthread_cond_t *restrict cond, variable
460 __real_pthread_cond_timedwait_2_17 = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.17");
464 if (__real_pthread_cond_timedwait_2_17)
465 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_17;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 128 static int (*__real_pthread_cond_timedwait_2_17) (pthread_cond_t *restrict cond, variable
460 __real_pthread_cond_timedwait_2_17 = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.17");
464 if (__real_pthread_cond_timedwait_2_17)
465 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_17;

Completed in 19 milliseconds