Searched refs:EINPROGRESS (Results 1 – 4 of 4) sorted by relevance
122 #define EINPROGRESS 115 macro
131 #define EINPROGRESS 150 macro
152 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
987 if (res < 0 && errno != EINPROGRESS) { in connect_with_timeout()