HomeSort by relevance Sort by last modified time
    Searched refs:pthread_sigmask (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_signal_blocker.hpp 39 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0);
46 pthread_sigmask(SIG_SETMASK, &old_mask_, 0);
56 blocked_ = (pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask_) == 0);
64 blocked_ = (pthread_sigmask(SIG_SETMASK, &old_mask_, 0) != 0);
  /bionic/libc/bionic/
pthread_sigmask.cpp 35 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigthread.h 31 extern int pthread_sigmask (int __how,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigthread.h 31 extern int pthread_sigmask (int __how,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigthread.h 31 extern int pthread_sigmask (int __how,
  /external/bison/lib/
signal.in.h 59 pthread_sigmask in <pthread.h>, not in <signal.h>.
130 # undef pthread_sigmask
131 # define pthread_sigmask rpl_pthread_sigmask
133 _GL_FUNCDECL_RPL (pthread_sigmask, int,
135 _GL_CXXALIAS_RPL (pthread_sigmask, int,
139 _GL_FUNCDECL_SYS (pthread_sigmask, int,
142 _GL_CXXALIAS_SYS (pthread_sigmask, int,
145 _GL_CXXALIASWARN (pthread_sigmask);
147 # undef pthread_sigmask
149 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable -
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_dragonfly_amd64.c 38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_386.c 39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_amd64.c 38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_arm.c 50 pthread_sigmask(SIG_SETMASK, &ign, &oset);
63 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_386.c 37 pthread_sigmask(SIG_SETMASK, &ign, &oset);
50 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_amd64.c 37 pthread_sigmask(SIG_SETMASK, &ign, &oset);
45 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_arm.c 25 pthread_sigmask(SIG_SETMASK, &ign, &oset);
38 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_arm64.c 25 pthread_sigmask(SIG_SETMASK, &ign, &oset);
38 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_ppc64x.c 40 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_386.c 38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
46 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_amd64.c 38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_arm.c 39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_solaris_amd64.c 36 pthread_sigmask(SIG_SETMASK, &ign, &oset);
52 pthread_sigmask(SIG_SETMASK, &oset, nil);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_dragonfly_amd64.c 38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_386.c 39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_amd64.c 38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_arm.c 50 pthread_sigmask(SIG_SETMASK, &ign, &oset);
63 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_386.c 37 pthread_sigmask(SIG_SETMASK, &ign, &oset);
50 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_amd64.c 37 pthread_sigmask(SIG_SETMASK, &ign, &oset);
45 pthread_sigmask(SIG_SETMASK, &oset, nil);

Completed in 1614 milliseconds

1 2 3 4 5