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

Method __init_params

include/exec/linux/io_uring_context.hpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 static auto __init_params(unsigned __flags) noexcept -> ::io_uring_params
135 {
136 ::io_uring_params __params{};
137 __params.flags = __flags;
138 return __params;
139 }
140
141 // memory mapped regions for submission and completion queue
142 memory_mapped_region __submission_queue_region_{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected