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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 96 int (*__real_pthread_sigmask_2_2_5) (int, const sigset_t *, sigset_t *) = NULL; variable
695 __real_pthread_sigmask_2_2_5 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.2.5");
701 else if (__real_pthread_sigmask_2_2_5)
702 __real_pthread_sigmask = __real_pthread_sigmask_2_2_5;
797 PR_FUNC (__real_pthread_sigmask_2_2_5);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 96 int (*__real_pthread_sigmask_2_2_5) (int, const sigset_t *, sigset_t *) = NULL; variable
695 __real_pthread_sigmask_2_2_5 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.2.5");
701 else if (__real_pthread_sigmask_2_2_5)
702 __real_pthread_sigmask = __real_pthread_sigmask_2_2_5;
797 PR_FUNC (__real_pthread_sigmask_2_2_5);

Completed in 23 milliseconds