Searched refs:sigtable (Results 1 – 1 of 1) sorted by relevance
83 static struct sigtable { struct86 } sigtable[NSIG + 1]; variable139 sigtable[sig].s_flag |= SSET; in sigset()140 sigtable[sig].s_func = func; in sigset()147 if ((sigtable[sig].s_flag & SHELD) == 0) in sigset()158 sigtable[sig].s_flag &= ~SDEFER; in sigset()180 if (sigtable[sig].s_flag & SHELD) in sighold()187 sigtable[sig].s_flag |= SSET; in sighold()190 sigtable[sig].s_flag |= SHELD; in sighold()208 if ((sigtable[sig].s_flag & SHELD) == 0) in sigrelse()[all …]