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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 111 static int (*__real_pthread_join_2_17) (pthread_t thread, void **retval) = NULL; variable
481 __real_pthread_join_2_17 = dlvsym (dlflag, "pthread_join", "GLIBC_2.17");
486 else if (__real_pthread_join_2_17)
487 __real_pthread_join = __real_pthread_join_2_17;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 111 static int (*__real_pthread_join_2_17) (pthread_t thread, void **retval) = NULL; variable
481 __real_pthread_join_2_17 = dlvsym (dlflag, "pthread_join", "GLIBC_2.17");
486 else if (__real_pthread_join_2_17)
487 __real_pthread_join = __real_pthread_join_2_17;

Completed in 26 milliseconds