Home
last modified time | relevance | path

Searched refs:EWOULDBLOCK (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Derrno.h100 #define EWOULDBLOCK 80 /* 操作将被禁止 Operation would block (may be the same value as [EAGAIN]). */ macro
/DragonOS-0.1.2/kernel/src/common/
Derrno.h100 #define EWOULDBLOCK 80 /* 操作将被禁止 Operation would block (may be the same value as [EAGAIN]). */ macro
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Derrno.md22 … /* 资源不可用,请重试。 Resource unavailable, try again (may be the same value as [EWOULDBLOCK]).*/
183 … #define EWOULDBLOCK 80 /* 操作将被禁止 Operation would block (may be the same value as [EAGAIN]).*/