pub unsafe extern "C" fn nros_platform_condvar_wait( cv: *mut c_void, m: *mut c_void, ) -> i8
Atomically release m and block on cv. The mutex is re-acquired before this function returns.
m
cv