Searched refs:EINPROGRESS (Results 1 – 6 of 6) sorted by relevance
46 # define EINPROGRESS 10036 macro
55 case EINPROGRESS: in rpl_strerror()
119 #ifndef EINPROGRESS120 #error EINPROGRESS not defined
187 #ifndef EINPROGRESS188 #define EINPROGRESS 9928
175 operation_in_progress, // EINPROGRESS319 operation_in_progress = EINPROGRESS,
80 static_assert(static_cast<int>(std::errc::operation_in_progress) == EINPROGRESS, ""); in main()