Home
last modified time | relevance | path

Searched defs:would_block (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/iostreams/
Dchar_traits.hpp53 static int would_block() { return WOULD_BLOCK; } in would_block() function
56 static bool would_block(int c) { return c == WOULD_BLOCK; } in would_block() function
64 static std::wint_t would_block() { return WWOULD_BLOCK; } in would_block() function
67 static bool would_block(std::wint_t c) { return c == WWOULD_BLOCK; } in would_block() function
/third_party/boost/boost/asio/
Derror.hpp182 would_block = BOOST_ASIO_SOCKET_ERROR(EWOULDBLOCK) enumerator
/third_party/boost/libs/asio/include/boost/asio/
Derror.hpp182 would_block = BOOST_ASIO_SOCKET_ERROR(EWOULDBLOCK) enumerator