Searched refs:KSI_SIGQ (Results 1 – 2 of 2) sorted by relevance
237 #define KSI_SIGQ 0x08 /* Generated by sigqueue, might ret EAGAIN. */ macro240 #define KSI_COPYMASK (KSI_TRAP | KSI_SIGQ | KSI_PTRACE)
551 (si->ksi_flags & KSI_SIGQ) == 0) { in sigqueue_add()2058 ksi.ksi_flags = KSI_SIGQ; in kern_sigqueue()