HomeSort by: relevance | last modified time | path
    Searched refs:pthread_sigmask (Results 1 - 25 of 131) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb-sigmask.h 28 #define gdb_sigmask pthread_sigmask
36 system that only had pthread_sigmask, we could still use it with
39 #error pthread_sigmask available without sigprocmask - please report
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb-sigmask.h 28 #define gdb_sigmask pthread_sigmask
36 system that only had pthread_sigmask, we could still use it with
39 #error pthread_sigmask available without sigprocmask - please report
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
thread5.c 53 if (pthread_sigmask (SIG_BLOCK, NULL, &sigs) != 0
55 || pthread_sigmask (SIG_BLOCK, &sigs, NULL) != 0)
64 if (pthread_sigmask (SIG_UNBLOCK, NULL, &sigs) != 0
66 || pthread_sigmask (SIG_UNBLOCK, &sigs, NULL) != 0)
rtsigprocmask1.c 43 = pthread_sigmask (SIG_BLOCK + SIG_UNBLOCK + SIG_SETMASK, NULL, &sigs);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
thread5.c 53 if (pthread_sigmask (SIG_BLOCK, NULL, &sigs) != 0
55 || pthread_sigmask (SIG_BLOCK, &sigs, NULL) != 0)
64 if (pthread_sigmask (SIG_UNBLOCK, NULL, &sigs) != 0
66 || pthread_sigmask (SIG_UNBLOCK, &sigs, NULL) != 0)
rtsigprocmask1.c 43 = pthread_sigmask (SIG_BLOCK + SIG_UNBLOCK + SIG_SETMASK, NULL, &sigs);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
libgprofng.ver 35 pthread_sigmask;
84 pthread_sigmask;
125 pthread_sigmask;
133 pthread_sigmask;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
libgprofng.ver 35 pthread_sigmask;
84 pthread_sigmask;
125 pthread_sigmask;
133 pthread_sigmask;
  /src/external/mit/libuv/dist/src/unix/
pthread-fixes.c 32 /* Android versions < 4.1 have a broken pthread_sigmask. */
46 err = pthread_sigmask(how, set, oset);
  /src/external/gpl3/gdb/dist/gnulib/import/
signal.in.h 59 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
132 # undef pthread_sigmask
133 # define pthread_sigmask rpl_pthread_sigmask
135 _GL_FUNCDECL_RPL (pthread_sigmask, int,
139 _GL_CXXALIAS_RPL (pthread_sigmask, int,
144 # if !(@HAVE_PTHREAD_SIGMASK@ || defined pthread_sigmask)
145 _GL_FUNCDECL_SYS (pthread_sigmask, int,
150 _GL_CXXALIAS_SYS (pthread_sigmask, int,
156 _GL_CXXALIASWARN (pthread_sigmask);
159 # undef pthread_sigmask
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
signal.in.h 59 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
132 # undef pthread_sigmask
133 # define pthread_sigmask rpl_pthread_sigmask
135 _GL_FUNCDECL_RPL (pthread_sigmask, int,
139 _GL_CXXALIAS_RPL (pthread_sigmask, int,
144 # if !(@HAVE_PTHREAD_SIGMASK@ || defined pthread_sigmask)
145 _GL_FUNCDECL_SYS (pthread_sigmask, int,
150 _GL_CXXALIAS_SYS (pthread_sigmask, int,
156 _GL_CXXALIASWARN (pthread_sigmask);
159 # undef pthread_sigmask
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
generic-morestack-thread.c 58 extern int pthread_sigmask (int, const sigset_t *, sigset_t *)
79 if (pthread_sigmask)
84 pthread_sigmask (SIG_BLOCK, &mask, NULL);
  /src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack-thread.c 58 extern int pthread_sigmask (int, const sigset_t *, sigset_t *)
79 if (pthread_sigmask)
84 pthread_sigmask (SIG_BLOCK, &mask, NULL);
  /src/tests/lib/libpthread/
t_siglongjmp.c 87 PTHREAD_REQUIRE(pthread_sigmask(SIG_SETMASK, &nset, NULL));
97 PTHREAD_REQUIRE(pthread_sigmask(0, NULL, &nset));
  /src/lib/libpthread/
pthread_misc.c 59 __strong_alias(__libc_thr_sigsetmask,pthread_sigmask)
60 __strong_alias(__sigprocmask14,pthread_sigmask)
165 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) function
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
signal.h 64 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
643 # undef pthread_sigmask
644 # define pthread_sigmask rpl_pthread_sigmask
646 _GL_FUNCDECL_RPL (pthread_sigmask, int,
650 _GL_CXXALIAS_RPL (pthread_sigmask, int,
655 # if !(1 || defined pthread_sigmask)
656 _GL_FUNCDECL_SYS (pthread_sigmask, int,
661 _GL_CXXALIAS_SYS (pthread_sigmask, int,
667 _GL_CXXALIASWARN (pthread_sigmask);
670 # undef pthread_sigmask macro
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6