Function esp_idf_hal::sys::pthread_cond_timedwait

source ยท
pub unsafe extern "C" fn pthread_cond_timedwait(
    __cond: *mut u32,
    __mutex: *mut u32,
    __abstime: *const timespec,
) -> i32