CPLCondTimedWait

Function CPLCondTimedWait 

Source
pub unsafe extern "C" fn CPLCondTimedWait(
    hCond: *mut CPLCond,
    hMutex: *mut CPLMutex,
    dfWaitInSeconds: f64,
) -> Type