HomeSort by relevance Sort by last modified time
    Searched refs:old_set (Results 1 - 8 of 8) sorted by null

  /bionic/libc/bionic/
sigprocmask.cpp 45 kernel_sigset_t old_set; local
46 if (__rt_sigprocmask(how, new_set_ptr, &old_set, sizeof(old_set)) == -1) {
51 *bionic_old_set = old_set.bionic;
pthread_sigmask.cpp 35 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) {
37 int result = sigprocmask(how, new_set, old_set);
  /external/compiler-rt/test/tsan/
sigsuspend.cc 28 sigset_t old_set; local
29 assert(0 == sigprocmask(SIG_BLOCK, &one_signal, &old_set));
39 assert(0 == sigprocmask(SIG_SETMASK, &old_set, NULL));
  /external/bison/lib/
sigprocmask.c 222 sigprocmask (int operation, const sigset_t *set, sigset_t *old_set)
224 if (old_set != NULL)
225 *old_set = blocked_set;
signal.in.h 268 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
278 (int operation, const sigset_t *set, sigset_t *old_set));
281 (int operation, const sigset_t *set, sigset_t *old_set));
  /external/bison/darwin-lib/
signal.h 580 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
590 (int operation, const sigset_t *set, sigset_t *old_set));
593 (int operation, const sigset_t *set, sigset_t *old_set));
  /external/bison/linux-lib/
signal.h 580 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
590 (int operation, const sigset_t *set, sigset_t *old_set));
593 (int operation, const sigset_t *set, sigset_t *old_set));
  /external/dbus/dbus/
dbus-sysdeps-unix.c 3268 sigset_t new_set, old_set; local
    [all...]

Completed in 257 milliseconds