Function cyclors::create_thread_with_properties[][src]

pub unsafe extern "C" fn create_thread_with_properties(
    ts1: *mut *mut thread_state1,
    tprops: *const config_thread_properties_listelem,
    name: *const c_char,
    f: Option<unsafe extern "C" fn(arg: *mut c_void) -> u32>,
    arg: *mut c_void
) -> dds_return_t