Home
last modified time | relevance | path

Searched refs:GUARDED_BY (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.hpp194 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);
DVariable.hpp123 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);
DFile.cpp37 std::unordered_set<int> breakpoints GUARDED_BY(breakpointMutex);
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dscheduler.h439 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;
Dtsa.h34 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.hpp132 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);
DVkSemaphore.hpp181 External *external GUARDED_BY(mutex) = nullptr;
182 External *tempExternal GUARDED_BY(mutex) = nullptr;
DVkPipelineCache.hpp121 std::map<SpirvBinaryKey, sw::SpirvBinary> spirvShaders GUARDED_BY(spirvShadersMutex);
124 …std::map<ComputeProgramKey, std::shared_ptr<sw::ComputeProgram>> computePrograms GUARDED_BY(comput…
DVkEvent.hpp69 VkResult status GUARDED_BY(mutex) = VK_EVENT_RESET;
DVkImage.hpp192 mutable std::unordered_set<Subresource, Subresource> dirtySubresources GUARDED_BY(mutex);
DlibVulkan.cpp138 std::weak_ptr<marl::Scheduler> weakptr GUARDED_BY(mutex); in getOrCreateScheduler()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.hpp195 RoutineCache<State, BlitFunction::CFunctionType> blitCache GUARDED_BY(blitMutex);
198 …RoutineCache<State, CornerUpdateFunction::CFunctionType> cornerUpdateCache GUARDED_BY(cornerUpdate…
/third_party/benchmark/src/
Dthread_manager.h50 GUARDED_BY(GetBenchmarkMutex()) Result results;
Dmutex.h21 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE_(guarded_by(x)) macro
/third_party/skia/third_party/externals/swiftshader/src/System/
DSynchronization.hpp134 std::queue<T> queue GUARDED_BY(mutex);