thread_create_running

Function thread_create_running 

Source
pub unsafe extern "C" fn thread_create_running(
    parent_task: task_t,
    flavor: thread_state_flavor_t,
    new_state: thread_state_t,
    new_stateCnt: mach_msg_type_number_t,
    child_act: *mut thread_act_t,
) -> kern_return_t