Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/process/
Dproc-types.h70 #define PF_WAKEKILL (1UL << 6) // 进程由于接收到终止信号唤醒 macro
/DragonOS-0.1.8/kernel/src/ipc/
Dsignal.rs16 spinlock_t, verify_area, NULL, PF_EXITING, PF_KTHREAD, PF_SIGNALED, PF_WAKEKILL,
372 state = PF_WAKEKILL as u64; in signal_wake_up()