Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h127 #define EINPROGRESS 115 /* 操作正在处理 Operation in progress. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs240 EINPROGRESS = 115, enumerator