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

Function __throw_error_code_if

include/exec/linux/io_uring_context.hpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 namespace __io_uring
62 {
63 inline void __throw_error_code_if(bool __cond, int __ec)
64 {
65 if (__cond)
66 {
67 STDEXEC_THROW(std::system_error(__ec, std::system_category()));
68 }
69 }
70
71 inline auto
72 __io_uring_setup(unsigned __entries, ::io_uring_params& __params) -> safe_file_descriptor

Callers 5

__io_uring_setupFunction · 0.85
__map_regionFunction · 0.85
__context_baseMethod · 0.85
run_until_stoppedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected