Home | History | Annotate | Download | only in qemu

Lines Matching refs:oldset

915         sigset_t set, oldset;
930 pthread_sigmask(SIG_UNBLOCK, &set, &oldset);
948 pthread_sigmask(SIG_SETMASK, &oldset, NULL);