Searched refs:OldBlockedSignalsSet (Results 1 – 1 of 1) sorted by relevance
33 static sigset_t OldBlockedSignalsSet; variable71 if (sigprocmask(SIG_BLOCK, &BlockedSignalsSet, &OldBlockedSignalsSet) == in ExecuteCommand()96 (void)posix_spawnattr_setsigmask(&SpawnAttributes, &OldBlockedSignalsSet); in ExecuteCommand()149 if (sigprocmask(SIG_BLOCK, &OldBlockedSignalsSet, NULL) == -1) { in ExecuteCommand()