Searched refs:EINPROGRESS (Results 1 – 6 of 6) sorted by relevance
189 #ifndef EINPROGRESS190 #define EINPROGRESS 9928 macro
77 operation_in_progress, // EINPROGRESS186 operation_in_progress = EINPROGRESS,
115 #ifndef EINPROGRESS116 #error EINPROGRESS not defined
81 static_assert(static_cast<int>(std::errc::operation_in_progress) == EINPROGRESS, ""); in main()
83 Macro<"EINPROGRESS">,
1006 ASSERT_EQ(EINPROGRESS, errno); in TEST_P()