Home
last modified time | relevance | path

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

12

/third_party/abseil-cpp/absl/synchronization/
Dmutex.h510 Mutex(const volatile Mutex * /*ignored*/) {} // NOLINT(runtime/explicit) in Mutex() argument
911 inline constexpr Mutex::Mutex(absl::ConstInitType) : impl_(absl::kConstInit) {} in Mutex() function
915 inline Mutex::Mutex() : mu_(0) { in Mutex() function
919 inline constexpr Mutex::Mutex(absl::ConstInitType) : mu_(0) {} in Mutex() function
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
774 TEST(Mutex, MutexReaderDecrementBug) ABSL_NO_THREAD_SAFETY_ANALYSIS { in TEST() argument
821 TEST(Mutex, DISABLED_LockedMutexDestructionBug) NO_THREAD_SAFETY_ANALYSIS { argument
875 TEST(Mutex, FunctorCondition) { argument
918 TEST(Mutex, TestReaderOnCondVar) { argument
969 TEST(Mutex, AcquireFromCondition) { argument
[all …]
/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() argument
934 inline Mutex::Mutex() : mu_(0) { in Mutex() function
938 inline constexpr Mutex::Mutex(absl::ConstInitType) : mu_(0) {} in Mutex() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dmutex.h65 inline Mutex::Mutex(UMutex *mutex) 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/re2/util/
Dmutex.h66 Mutex::Mutex() { SAFE_PTHREAD(pthread_rwlock_init(&mutex_, NULL)); } in Mutex() function
77 Mutex::Mutex() { } in Mutex() function
/third_party/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem.h37 class 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/Support/
DMutex.h68 typedef SmartMutex<false> Mutex; typedef
/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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h138 typedef SmartMutex<false> Mutex; typedef
/third_party/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h34 class Mutex; variable
/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
/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/grpc/src/core/lib/gprpp/
Dsync.h45 using Mutex = absl::Mutex; variable
/third_party/boost/libs/thread/test/
Dtest_lock_concept.cpp446 BOOST_AUTO_TEST_CASE_TEMPLATE(test_scoped_lock_concept,Mutex,mutex_types_with_scoped_lock) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
456 BOOST_AUTO_TEST_CASE_TEMPLATE(test_unique_lock_is_scoped_lock,Mutex,all_mutex_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
466 BOOST_AUTO_TEST_CASE_TEMPLATE(test_scoped_try_lock_concept,Mutex,mutex_types_with_scoped_try_lock) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
549 typedef boost::shared_mutex Mutex; in BOOST_AUTO_TEST_CASE() typedef
/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h113 using Mutex = WrappedMutex; variable
/third_party/grpc/include/grpcpp/impl/codegen/
Dsync.h49 Mutex() { g_core_codegen_interface->gpr_mu_init(&mu_); } in Mutex() function
/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::__anon454321b40111::ThreadPoolExecutor
/third_party/boost/boost/pool/
Dpool_alloc.hpp198 pool_allocator(const pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in pool_allocator() argument
394 const fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in fast_pool_allocator() argument
/third_party/mesa3d/src/mesa/main/
Dhash.h107 simple_mtx_t Mutex; /**< mutual exclusion lock */ member
/third_party/boost/libs/interprocess/test/
Dupgradable_mutex_test.cpp30 typedef interprocess_upgradable_mutex Mutex; in main() typedef

12