Home
last modified time | relevance | path

Searched defs:EINPROGRESS (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Derrno.h164 #define EINPROGRESS 115 /* Operation now in progress */ macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Derrno.h164 #define EINPROGRESS 115 /* Operation now in progress */ macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Darch.h195 #define EINPROGRESS 115 /* Operation now in progress */ macro
/nrf52832-nimble/rt-thread/include/libc/
H A Dlibc_errno.h184 #define EINPROGRESS (ERROR_BASE_NO + 115) macro