Home
last modified time | relevance | path

Searched refs:allSigs (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/linux/launch/
H A DSandboxLaunch.cpp356 sigset_t allSigs; in BlockAllSignals() local
357 int rv = sigfillset(&allSigs); in BlockAllSignals()
359 rv = pthread_sigmask(SIG_BLOCK, &allSigs, aOldSigs); in BlockAllSignals()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/linux/launch/
H A DSandboxLaunch.cpp447 sigset_t allSigs; in BlockAllSignals() local
448 int rv = sigfillset(&allSigs); in BlockAllSignals()
450 rv = pthread_sigmask(SIG_BLOCK, &allSigs, aOldSigs); in BlockAllSignals()
/dports/www/firefox/firefox-99.0/security/sandbox/linux/launch/
H A DSandboxLaunch.cpp450 sigset_t allSigs; in BlockAllSignals() local
451 int rv = sigfillset(&allSigs); in BlockAllSignals()
453 rv = pthread_sigmask(SIG_BLOCK, &allSigs, aOldSigs); in BlockAllSignals()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/linux/launch/
H A DSandboxLaunch.cpp447 sigset_t allSigs; in BlockAllSignals() local
448 int rv = sigfillset(&allSigs); in BlockAllSignals()
450 rv = pthread_sigmask(SIG_BLOCK, &allSigs, aOldSigs); in BlockAllSignals()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/linux/launch/
H A DSandboxLaunch.cpp428 sigset_t allSigs; in BlockAllSignals() local
429 int rv = sigfillset(&allSigs); in BlockAllSignals()
431 rv = pthread_sigmask(SIG_BLOCK, &allSigs, aOldSigs); in BlockAllSignals()
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-emscripten.cpp279 std::set<std::pair<Signature, Proxying>> allSigs; member