Searched refs:mLastStepSyncFd (Results 1 – 2 of 2) sorted by relevance
1138 mLastStepSyncFd(-1) { in Controller()1512 controller->mLastStepSyncFd = syncFdOfLastStep; in next()1645 if (mLastStepSyncFd == -1) { in waitForLastStepSyncFence()1648 VLOG(EXECUTION) << "wait for mLastStepSyncFd " << mLastStepSyncFd; in waitForLastStepSyncFence()1649 auto r = syncWait(mLastStepSyncFd, -1); in waitForLastStepSyncFence()1652 LOG(ERROR) << "syncWait failed, fd: " << mLastStepSyncFd; in waitForLastStepSyncFence()
672 int mLastStepSyncFd; variable