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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 137 static int (*__real_pthread_cond_timedwait_2_0) (pthread_cond_t *restrict cond, variable
463 __real_pthread_cond_timedwait_2_0 = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.0");
470 else if (__real_pthread_cond_timedwait_2_0)
471 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_0;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 137 static int (*__real_pthread_cond_timedwait_2_0) (pthread_cond_t *restrict cond, variable
463 __real_pthread_cond_timedwait_2_0 = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.0");
470 else if (__real_pthread_cond_timedwait_2_0)
471 __real_pthread_cond_timedwait = __real_pthread_cond_timedwait_2_0;

Completed in 14 milliseconds