Searched refs:operation_would_block (Results 1 – 4 of 4) sorted by relevance
81 operation_would_block, // EWOULDBLOCK190 operation_would_block = EWOULDBLOCK,
83 static_assert(static_cast<int>(std::errc::operation_would_block) == EWOULDBLOCK, ""); in main()
139 MAP_ERR_TO_COND(WSAEWOULDBLOCK, operation_would_block);
582 operation_would_block = EWOULDBLOCK, enumerator