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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 122 static int (*__real_pthread_cond_wait_2_3_2) (pthread_cond_t *restrict cond, variable
441 __real_pthread_cond_wait_2_3_2 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.3.2");
446 else if (__real_pthread_cond_wait_2_3_2)
447 __real_pthread_cond_wait = __real_pthread_cond_wait_2_3_2;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 122 static int (*__real_pthread_cond_wait_2_3_2) (pthread_cond_t *restrict cond, variable
441 __real_pthread_cond_wait_2_3_2 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.3.2");
446 else if (__real_pthread_cond_wait_2_3_2)
447 __real_pthread_cond_wait = __real_pthread_cond_wait_2_3_2;

Completed in 18 milliseconds