Home
last modified time | relevance | path

Searched defs:_NSIG_U64_CNT (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/include/DragonOS/
Dsignal.h21 #define _NSIG_U64_CNT (MAX_SIG_NUM / 64) macro
/DragonOS-0.1.7/kernel/src/ipc/
Dsignal_types.rs33 pub const _NSIG_U64_CNT: i32 = MAX_SIG_NUM / 64; constant