Searched refs:mFinishedWithoutSyncFence (Results 1 – 2 of 2) sorted by relevance
106 CHECK(!(mFinishedWithoutSyncFence && hasSyncFence())); in isFinished()107 if (mFinishedWithoutSyncFence) { in isFinished()927 CHECK(!mFinishedWithoutSyncFence) << "ExecutionBuilder::finishWithoutSyncFence is called twice"; in finishWithoutSyncFence()950 mFinishedWithoutSyncFence = true; in finishWithoutSyncFence()
183 std::atomic_bool mFinishedWithoutSyncFence = false; variable