Searched refs:shared_locks (Results 1 – 1 of 1) sorted by relevance
78 std::unique_ptr<std::vector<tf_shared_lock>> shared_locks) in VariableInputLockHolder()81 shared_locks_(std::move(shared_locks)) {} in VariableInputLockHolder()172 auto shared_locks = absl::make_unique<std::vector<tf_shared_lock>>(); in MaybeLockVariableInputMutexesInOrder() local183 shared_locks->emplace_back(*mu); in MaybeLockVariableInputMutexesInOrder()188 std::move(shared_locks)); in MaybeLockVariableInputMutexesInOrder()