Searched defs:EINPROGRESS (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 127 #define EINPROGRESS 115 /* 操作正在处理 Operation in progress. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 240 EINPROGRESS = 115, enumerator |