Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h131 #define ENAVAIL 119 /* 没有可用的XENIX信号量 No XENIX semaphores available */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs248 ENAVAIL = 119, enumerator