Home
last modified time | relevance | path

Searched refs:PF_WAKEKILL (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.5/kernel/src/process/
Dproc-types.h70 #define PF_WAKEKILL (1UL << 6) // 进程由于接收到终止信号唤醒 macro
/DragonOS-0.1.5/kernel/src/ipc/
Dsignal.rs11 PF_KTHREAD, PF_SIGNALED, PF_WAKEKILL, PROC_INTERRUPTIBLE, USER_CS, USER_DS,
411 state = PF_WAKEKILL as u64; in signal_wake_up()