Searched refs:mExecutionInFlight (Results 1 – 3 of 3) 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()
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()