Skip to main content

switch_thread_create

Function switch_thread_create 

Source
pub unsafe extern "C" fn switch_thread_create(
    new_thread: *mut *mut switch_thread_t,
    attr: *mut switch_threadattr_t,
    func: switch_thread_start_t,
    data: *mut c_void,
    cont: *mut switch_memory_pool_t,
) -> switch_status_t