Searched refs:waitNs (Results 1 – 1 of 1) sorted by relevance
3097 const int64_t waitNs = computeWaitTimeNs_l(); in threadLoop() local3098 ALOGV("wait async completion (wait time: %lld)", (long long)waitNs); in threadLoop()3099 status_t status = mWaitWorkCV.waitRelative(mLock, waitNs); in threadLoop()