Searched refs:ThreadSafety (Results 1 – 10 of 10) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | thread_safety.cpp | 28 void ThreadSafety::PreCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAlloca… in PreCallRecordAllocateCommandBuffers() 34 void ThreadSafety::PostCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAlloc… in PostCallRecordAllocateCommandBuffers() 49 void ThreadSafety::PreCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAlloca… in PreCallRecordAllocateDescriptorSets() 56 void ThreadSafety::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAlloc… in PostCallRecordAllocateDescriptorSets() 63 void ThreadSafety::PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint… in PreCallRecordFreeCommandBuffers() 88 void ThreadSafety::PostCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uin… in PostCallRecordFreeCommandBuffers() 94 void ThreadSafety::PreCallRecordResetCommandPool(VkDevice device, VkCommandPool commandPool, VkComm… in PreCallRecordResetCommandPool() 102 void ThreadSafety::PostCallRecordResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCom… in PostCallRecordResetCommandPool() 109 void ThreadSafety::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, cons… in PreCallRecordDestroyCommandPool() 117 void ThreadSafety::PostCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, con… in PostCallRecordDestroyCommandPool() [all …]
|
D | thread_safety.h | 304 class ThreadSafety : public ValidationObject { 375 ThreadSafety() in ThreadSafety() function
|
D | chassis.cpp | 440 auto thread_checker = new ThreadSafety; in CreateInstance() 655 auto thread_safety = new ThreadSafety; in CreateDevice()
|
/external/clang/lib/Analysis/ |
D | CMakeLists.txt | 25 ThreadSafety.cpp
|
/external/llvm-project/clang/lib/Analysis/ |
D | CMakeLists.txt | 28 ThreadSafety.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Analysis/ |
D | BUILD.gn | 34 "ThreadSafety.cpp",
|
/external/libtextclassifier/native/annotator/pod_ner/ |
D | pod-ner-impl_test.cc | 539 TEST_F(PodNerTest, ThreadSafety) { in TEST_F() argument
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_info_statistics_test.cc | 427 TEST(CordzInfoStatisticsTest, ThreadSafety) { in TEST() argument
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 671 def ThreadSafety : DiagGroup<"thread-safety",
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 943 def ThreadSafety : DiagGroup<"thread-safety",
|