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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 97 int (*__real_pthread_sigmask_2_0) (int, const sigset_t *, sigset_t *) = NULL; variable
696 __real_pthread_sigmask_2_0 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.0");
703 else if (__real_pthread_sigmask_2_0)
704 __real_pthread_sigmask = __real_pthread_sigmask_2_0;
796 PR_FUNC (__real_pthread_sigmask_2_0);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 97 int (*__real_pthread_sigmask_2_0) (int, const sigset_t *, sigset_t *) = NULL; variable
696 __real_pthread_sigmask_2_0 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.0");
703 else if (__real_pthread_sigmask_2_0)
704 __real_pthread_sigmask = __real_pthread_sigmask_2_0;
796 PR_FUNC (__real_pthread_sigmask_2_0);

Completed in 25 milliseconds