Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Derrno.h23 #define EWOULDBLOCK 11 /* 操作将被禁止 Operation would block.(may be the same value as [EAGAIN]). */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h29 #define EWOULDBLOCK 11 /* 操作将被禁止 Operation would block.(may be the same value as [EAGAIN]). */ macro
/DragonOS-0.1.8/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]).*/