MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __stop

Function __stop

include/exec/linux/io_uring_context.hpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 };
198
199 inline void __stop(__task* __op) noexcept
200 {
201 ::io_uring_cqe __cqe{};
202 __cqe.res = -ECANCELED;
203 __cqe.user_data = bit_cast<__u64>(__op);
204 __op->__vtable_->__complete_(__op, __cqe);
205 }
206
207 // This class implements the io_uring submission queue.
208 class __submission_queue

Callers 2

submitMethod · 0.85
submitMethod · 0.85

Calls 1

__complete_Method · 0.45

Tested by

no test coverage detected