Searched defs:SYS_CLONE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/arch/riscv64/syscall/ | ||
H A D | nr.rs | 21 pub const SYS_CLONE: usize = 220; constant |
/DragonOS/kernel/src/arch/x86_64/syscall/ | ||
H A D | nr.rs | 28 pub const SYS_CLONE: usize = 56; constant |