[][src]Function audio_thread_priority::atp_free_thread_info

#[no_mangle]
pub extern "C" fn atp_free_thread_info(thread_info: *mut atp_thread_info) -> i32

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).