Home
last modified time | relevance | path

Searched refs:mLastStepSyncFd (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1138 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()
DExecutionPlan.h672 int mLastStepSyncFd; variable