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

  /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/qemu/
cpu-exec.c 780 write caused the exception and otherwise 0'. 'old_set' is the
783 int is_write, sigset_t *old_set,
793 pc, address, is_write, *(unsigned long *)old_set);
816 sigprocmask(SIG_SETMASK, old_set, NULL);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 3087 sigset_t new_set, old_set; local
    [all...]

Completed in 138 milliseconds