Searched refs:EWOULDBLOCK (Results 1 – 5 of 5) sorted by relevance
38 # define EWOULDBLOCK EAGAIN macro
335 #ifndef EWOULDBLOCK336 #error EWOULDBLOCK not defined
195 #ifndef EWOULDBLOCK196 #define EWOULDBLOCK 9930
177 operation_would_block, // EWOULDBLOCK321 operation_would_block = EWOULDBLOCK,
83 static_assert(static_cast<int>(std::errc::operation_would_block) == EWOULDBLOCK, ""); in main()