Searched refs:mLastStepSyncFd (Results 1 – 2 of 2) sorted by relevance
1190 mLastStepSyncFd(-1) { in Controller()1564 controller->mLastStepSyncFd = syncFdOfLastStep; in next()1697 if (mLastStepSyncFd == -1) { in waitForLastStepSyncFence()1700 VLOG(EXECUTION) << "wait for mLastStepSyncFd " << mLastStepSyncFd; in waitForLastStepSyncFence()1701 auto r = syncWait(mLastStepSyncFd, -1); in waitForLastStepSyncFence()1704 LOG(ERROR) << "syncWait failed, fd: " << mLastStepSyncFd; in waitForLastStepSyncFence()
672 int mLastStepSyncFd; variable