HomeSort by relevance Sort by last modified time
    Searched refs:old_set (Results 1 - 6 of 6) sorted by 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/qemu/audio/
audio_pt_int.c 28 sigset_t set, old_set; local
50 err = pthread_sigmask (SIG_BLOCK, &set, &old_set);
58 err2 = pthread_sigmask (SIG_SETMASK, &old_set, NULL);
  /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/qemu/
cpu-exec.c 807 write caused the exception and otherwise 0'. 'old_set' is the
810 int is_write, sigset_t *old_set,
820 pc, address, is_write, *(unsigned long *)old_set);
843 sigprocmask(SIG_SETMASK, old_set, NULL);
    [all...]

Completed in 73 milliseconds