Searched refs:__is_suspended (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__coroutine/
H A Dcoroutine_handle.h67 _LIBCPP_ASSERT(__is_suspended(), "done() can be called only on suspended coroutines");
77 _LIBCPP_ASSERT(__is_suspended(), "resume() can be called only on suspended coroutines");
84 _LIBCPP_ASSERT(__is_suspended(), "destroy() can be called only on suspended coroutines");
89 bool __is_suspended() const { function in struct:coroutine_handle
157 _LIBCPP_ASSERT(__is_suspended(), "done() can be called only on suspended coroutines");
167 _LIBCPP_ASSERT(__is_suspended(), "resume() can be called only on suspended coroutines");
174 _LIBCPP_ASSERT(__is_suspended(), "destroy() can be called only on suspended coroutines");
185 bool __is_suspended() const { function in struct:coroutine_handle

Completed in 199 milliseconds