Searched refs:GUARDED_BY (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Thread.hpp | 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);
|
D | Variable.hpp | 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);
|
D | File.cpp | 37 std::unordered_set<int> breakpoints GUARDED_BY(breakpointMutex);
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | scheduler.h | 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;
|
D | tsa.h | 34 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDevice.hpp | 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);
|
D | VkSemaphore.hpp | 181 External *external GUARDED_BY(mutex) = nullptr; 182 External *tempExternal GUARDED_BY(mutex) = nullptr;
|
D | VkPipelineCache.hpp | 121 std::map<SpirvBinaryKey, sw::SpirvBinary> spirvShaders GUARDED_BY(spirvShadersMutex); 124 …std::map<ComputeProgramKey, std::shared_ptr<sw::ComputeProgram>> computePrograms GUARDED_BY(comput…
|
D | VkEvent.hpp | 69 VkResult status GUARDED_BY(mutex) = VK_EVENT_RESET;
|
D | VkImage.hpp | 192 mutable std::unordered_set<Subresource, Subresource> dirtySubresources GUARDED_BY(mutex);
|
D | libVulkan.cpp | 138 std::weak_ptr<marl::Scheduler> weakptr GUARDED_BY(mutex); in getOrCreateScheduler()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.hpp | 195 RoutineCache<State, BlitFunction::CFunctionType> blitCache GUARDED_BY(blitMutex); 198 …RoutineCache<State, CornerUpdateFunction::CFunctionType> cornerUpdateCache GUARDED_BY(cornerUpdate…
|
/third_party/benchmark/src/ |
D | thread_manager.h | 50 GUARDED_BY(GetBenchmarkMutex()) Result results;
|
D | mutex.h | 21 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE_(guarded_by(x)) macro
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Synchronization.hpp | 134 std::queue<T> queue GUARDED_BY(mutex);
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 39962 bool requested_to_terminate_ GUARDED_BY(mutex_) = false; 39964 ThreadState thread_state_ GUARDED_BY(mutex_) = ThreadState::kNotStarted; 39971 // thread. See thread-safety annotations (e.g., GUARDED_BY) in this header 39987 GUARDED_BY(mutex_);
|
D | 0003-ohos-1115.patch | 17566 + HostMap hosts_ GUARDED_BY(hosts_lock_); 17805 + HostMap hosts_ GUARDED_BY(hosts_lock_);
|