Function magenta_sys::mx_thread_start [] [src]

pub unsafe extern "C" fn mx_thread_start(
    handle: mx_handle_t,
    thread_entry: usize,
    stack: usize,
    arg1: usize,
    arg2: usize
) -> mx_status_t