pub unsafe extern "C" fn pw_thread_loop_new_full(
    loop_: *mut pw_loop,
    name: *const c_char,
    props: *const spa_dict
) -> *mut pw_thread_loop
Expand description

Make a new thread loop with the given loop, name and optional properties. When \a loop is NULL, a new loop will be created.