Searched refs:mLastStepSyncFd (Results 1 – 2 of 2) sorted by relevance
755 mLastStepSyncFd(-1) { in Controller()1096 controller->mLastStepSyncFd = syncFdOfLastStep; in next()1247 if (mLastStepSyncFd == -1) { in waitForLastStepSyncFence()1250 VLOG(EXECUTION) << "wait for mLastStepSyncFd " << mLastStepSyncFd; in waitForLastStepSyncFence()1251 auto r = syncWait(mLastStepSyncFd, -1); in waitForLastStepSyncFence()1254 LOG(ERROR) << "syncWait failed, fd: " << mLastStepSyncFd; in waitForLastStepSyncFence()
507 int mLastStepSyncFd; variable