Searched refs:IS_EINTR (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ | ||
H A D | net_sockets.c | 38 #define IS_EINTR(ret) ((ret) == WSAEINTR) macro 75 #define IS_EINTR(ret) ((ret) == EINTR) macro 541 } while (IS_EINTR(ret)); |
Completed in 2 milliseconds