pub unsafe extern "C" fn pw_data_loop_in_thread(
loop_: *mut pw_data_loop,
) -> bool
Expand description
Check if the current thread is the processing thread. May be called from any thread.
pub unsafe extern "C" fn pw_data_loop_in_thread(
loop_: *mut pw_data_loop,
) -> bool
Check if the current thread is the processing thread. May be called from any thread.