pub unsafe extern "C" fn aws_condition_variable_wait(
    condition_variable: *mut aws_condition_variable,
    mutex: *mut aws_mutex
) -> c_int
Expand description

Waits the calling thread on a notification from another thread.