Searched refs:GUARDED_BY (Results 1 – 15 of 15) sorted by relevance
194 std::string name_ GUARDED_BY(mutex);195 std::vector<std::shared_ptr<Frame>> frames GUARDED_BY(mutex);196 State state_ GUARDED_BY(mutex) = State::Running;197 std::weak_ptr<Frame> pauseAtFrame GUARDED_BY(mutex);
123 std::vector<Variable> variables GUARDED_BY(mutex);124 std::unordered_map<std::string, int> indices GUARDED_BY(mutex);125 std::vector<std::shared_ptr<Variables>> extends GUARDED_BY(mutex);
37 std::unordered_set<int> breakpoints GUARDED_BY(breakpointMutex);
439 GUARDED_BY(mutex) uint64_t numBlockedFibers = 0;440 GUARDED_BY(mutex) TaskQueue tasks;441 GUARDED_BY(mutex) FiberQueue fibers;442 GUARDED_BY(mutex) WaitingFibers waiting;443 GUARDED_BY(mutex) bool notifyAdded = true;509 GUARDED_BY(mutex) std::condition_variable unbind;510 GUARDED_BY(mutex) WorkerByTid byTid;
34 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
132 sw::LRUCache<Key, std::shared_ptr<rr::Routine>, Key::Hash> cache GUARDED_BY(mutex);155 std::map<SamplerState, Identifier> map GUARDED_BY(mutex);197 std::unordered_set<ImageView *> imageViewSet GUARDED_BY(imageViewSetMutex);
181 External *external GUARDED_BY(mutex) = nullptr;182 External *tempExternal GUARDED_BY(mutex) = nullptr;
121 std::map<SpirvBinaryKey, sw::SpirvBinary> spirvShaders GUARDED_BY(spirvShadersMutex);124 …std::map<ComputeProgramKey, std::shared_ptr<sw::ComputeProgram>> computePrograms GUARDED_BY(comput…
69 VkResult status GUARDED_BY(mutex) = VK_EVENT_RESET;
192 mutable std::unordered_set<Subresource, Subresource> dirtySubresources GUARDED_BY(mutex);
138 std::weak_ptr<marl::Scheduler> weakptr GUARDED_BY(mutex); in getOrCreateScheduler()
195 RoutineCache<State, BlitFunction::CFunctionType> blitCache GUARDED_BY(blitMutex);198 …RoutineCache<State, CornerUpdateFunction::CFunctionType> cornerUpdateCache GUARDED_BY(cornerUpdate…
50 GUARDED_BY(GetBenchmarkMutex()) Result results;
21 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE_(guarded_by(x)) macro
134 std::queue<T> queue GUARDED_BY(mutex);