Searched refs:OldSigSet (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp2224 sigset_t SigSet, OldSigSet; local
2230 pthread_sigmask(SIG_BLOCK, &SigSet, &OldSigSet);
2245 pthread_sigmask(SIG_SETMASK, &OldSigSet, NULL);

Completed in 46 milliseconds