Skip to main content

nros_platform_condvar_wait

Function nros_platform_condvar_wait 

Source
pub unsafe extern "C" fn nros_platform_condvar_wait(
    cv: *mut c_void,
    m: *mut c_void,
) -> i8
Expand description

Atomically release m and block on cv. The mutex is re-acquired before this function returns.