Searched refs:mExecutionInFlight (Results 1 – 7 of 7) sorted by relevance
357 std::atomic_flag mExecutionInFlight = ATOMIC_FLAG_INIT; member in aidl::android::hardware::neuralnetworks::ShimBurst386 const bool executionAlreadyInFlight = mExecutionInFlight.test_and_set(); in executeSynchronously()391 const auto guard = ::android::base::make_scope_guard([this] { mExecutionInFlight.clear(); }); in executeSynchronously()
114 mutable std::atomic_flag mExecutionInFlight = ATOMIC_FLAG_INIT;
191 mutable std::atomic_flag mExecutionInFlight = ATOMIC_FLAG_INIT;
216 const bool alreadyInFlight = mExecutionInFlight.test_and_set(); in executeInternal()220 const auto guard = ::android::base::make_scope_guard([this] { mExecutionInFlight.clear(); }); in executeInternal()
409 const bool alreadyInFlight = mExecutionInFlight.test_and_set(); in executeInternal()413 const auto guard = base::make_scope_guard([this] { mExecutionInFlight.clear(); }); in executeInternal()
174 std::atomic_flag mExecutionInFlight = ATOMIC_FLAG_INIT;
621 const bool executionAlreadyInFlight = mExecutionInFlight.test_and_set(); in executeSynchronously()626 const auto guard = base::make_scope_guard([this] { mExecutionInFlight.clear(); }); in executeSynchronously()