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 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...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 3087 sigset_t new_set, old_set; local
    [all...]

Completed in 2791 milliseconds