Skip to main content

create_kernel_context

Function create_kernel_context 

Source
pub fn create_kernel_context(
    __arg0: KernelContextRequest,
) -> RuntimeHandleResult
Expand description

Creates a kernel execution context.

On success, handle must be non-zero and uniquely identify a live context accepted by [Self::destroy_context].