Function audio_thread_priority::atp_free_thread_info
source · [−]#[no_mangle]
pub unsafe extern "C" fn atp_free_thread_info(
thread_info: *mut atp_thread_info
) -> i32Expand description
Frees a thread info, with a c api.
Arguments
thread_info: the atp_thread_info structure to free.
Return value
0 in case of success, 1 otherwise (if thread_info is NULL).