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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 127 static int (*__real_pthread_sigmask) (int how, const sigset_t *set, variable
698 __real_pthread_sigmask = __real_pthread_sigmask_2_32;
700 __real_pthread_sigmask = __real_pthread_sigmask_2_17;
702 __real_pthread_sigmask = __real_pthread_sigmask_2_2_5;
704 __real_pthread_sigmask = __real_pthread_sigmask_2_0;
706 __real_pthread_sigmask = dlsym (dlflag, "pthread_sigmask");
795 PR_FUNC (__real_pthread_sigmask);
1070 if (__real_pthread_sigmask == NULL) \
1072 return gprofng_pthread_sigmask (__real_pthread_sigmask, how, iset, oset); \
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 127 static int (*__real_pthread_sigmask) (int how, const sigset_t *set, variable
698 __real_pthread_sigmask = __real_pthread_sigmask_2_32;
700 __real_pthread_sigmask = __real_pthread_sigmask_2_17;
702 __real_pthread_sigmask = __real_pthread_sigmask_2_2_5;
704 __real_pthread_sigmask = __real_pthread_sigmask_2_0;
706 __real_pthread_sigmask = dlsym (dlflag, "pthread_sigmask");
795 PR_FUNC (__real_pthread_sigmask);
1070 if (__real_pthread_sigmask == NULL) \
1072 return gprofng_pthread_sigmask (__real_pthread_sigmask, how, iset, oset); \

Completed in 29 milliseconds