Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h21 #define ECHILD 10 /* 没有子进程 No child processes. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs30 ECHILD = 10, enumerator