Searched defs:EINTR (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 15 #define EINTR 4 /* 被中断的函数 Interrupted function. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 18 EINTR = 4, enumerator |