Searched refs:PF_SIGNALED (Results 1 – 2 of 2) sorted by relevance
70 #define PF_SIGNALED (1UL << 7) // 进程由于接收到信号而退出 macro
11 PF_KTHREAD, PF_SIGNALED, PF_WAKEKILL, PROC_INTERRUPTIBLE, USER_CS, USER_DS,490 current_pcb().flags |= PF_SIGNALED as u64; in get_signal_to_deliver()