pub unsafe extern "C" fn pw_thread_loop_timed_wait(
    loop_: *mut pw_thread_loop,
    wait_max_sec: c_int
) -> c_int
Expand description

Release the lock and wait a maximum of ‘wait_max_sec’ seconds until some thread calls \ref pw_thread_loop_signal or time out