Home
last modified time | relevance | path

Searched defs:Mutex (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc425 TEST(Mutex, CondVarWaitSignalsAwait) { in TEST() argument
466 TEST(Mutex, CondVarWaitWithTimeoutSignalsAwait) { in TEST() argument
510 TEST(Mutex, MutexTimeoutBug) { in TEST() argument
651 TEST(Mutex, MutexReaderWakeupBug) { in TEST() argument
696 TEST(Mutex, LockWhen) { in TEST() argument
710 TEST(Mutex, LockWhenGuard) { in TEST() argument
808 TEST(Mutex, MutexReaderDecrementBug) ABSL_NO_THREAD_SAFETY_ANALYSIS { in TEST() argument
855 TEST(Mutex, DISABLED_LockedMutexDestructionBug) ABSL_NO_THREAD_SAFETY_ANALYSIS { argument
909 TEST(Mutex, FunctorCondition) { argument
952 TEST(Mutex, TestReaderOnCondVar) { argument
[all …]
Dmutex.h490 Mutex(const volatile Mutex * /*ignored*/) {} // NOLINT(runtime/explicit) in Mutex() function
934 inline Mutex::Mutex() : mu_(0) { in Mutex() function
938 inline constexpr Mutex::Mutex(absl::ConstInitType) : mu_(0) {} in Mutex() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeMutex.cpp37 Mutex::Mutex (deUint32 flags) in Mutex() function in de::Mutex
DdeMutex.hpp37 class Mutex class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMutex.h68 typedef SmartMutex<false> Mutex; typedef
DParallel.h42 mutable std::mutex Mutex; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem.h37 class Mutex; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymCreator.h135 mutable std::recursive_mutex Mutex; variable
/third_party/node/deps/v8/src/base/platform/
Dmutex.cc147 Mutex::Mutex() { in Mutex() function in v8::base::Mutex
308 Mutex::Mutex() : native_handle_(SRWLOCK_INIT) { in Mutex() function in v8::base::Mutex
424 Mutex::Mutex() { SbMutexCreate(&native_handle_); } in Mutex() function in v8::base::Mutex
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h138 typedef SmartMutex<false> Mutex; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h34 class Mutex; variable
/third_party/mesa3d/src/egl/main/
Deglglobals.h52 mtx_t *Mutex; member
Degldisplay.h162 mtx_t Mutex; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h35 std::recursive_mutex Mutex; member
/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h113 using Mutex = WrappedMutex; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DParallel.cpp108 std::mutex Mutex; member in llvm::parallel::detail::__anon900622000111::ThreadPoolExecutor
/third_party/mesa3d/src/mesa/main/
Dhash.h107 simple_mtx_t Mutex; /**< mutual exclusion lock */ member
/third_party/benchmark/src/
Dmutex.h77 Mutex() {} in Mutex() function
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dlock_test.cc241 TEST(LockTest, Mutex) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.h41 LockedArenaAllocator(ArenaAllocator *Alloc, std::mutex *Mutex) in LockedArenaAllocator()
/third_party/node/src/
Dnode_mutex.h20 using Mutex = MutexBase<LibuvMutexTraits>; variable
/third_party/node/deps/v8/include/libplatform/
Dv8-tracing.h27 class Mutex; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp96 sys::Mutex Mutex; member in __anon581ee5140111::PerfJITEventListener
/third_party/node/deps/googletest/src/
Dgtest-port.cc305 Mutex::Mutex() in Mutex() function in testing::internal::Mutex
/third_party/googletest/googletest/src/
Dgtest-port.cc299 Mutex::Mutex() in Mutex() function in testing::internal::Mutex

12