Searched refs:doOnce (Results 1 – 1 of 1) sorted by relevance
127 HalResult<T> result = doOnce(hal.get(), halFn, functionName); in doWithRetry()130 result = doOnce(hal.get(), halFn, functionName); in doWithRetry()136 HalResult<T> doOnce(HalWrapper* hal, const HalFunction<HalResult<T>>& halFn, in doOnce() function