Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.h23 struct Mutex { struct
24 DDMutex dd; argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc96 TEST(Mutex, Write) { in TEST() argument
106 TEST(Mutex, ReadWrite) { in TEST() argument
116 TEST(Mutex, SpinWrite) { in TEST() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc31 class __attribute__((aligned(64))) Mutex { class
33 Mutex() { pthread_mutex_init(&m_, NULL); } in Mutex() function in Mutex
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc75 struct Mutex { struct
76 StaticSpinMutex mtx;
77 u32 seq;
78 int nlink;
79 Link link[kMaxLink];
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc77 struct Mutex { struct
78 StaticSpinMutex mtx;
79 u32 seq;
80 int nlink;
81 Link link[kMaxLink];
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMutex.h68 typedef SmartMutex<false> Mutex; typedef
H A DFileCollector.h46 std::mutex Mutex; variable
H A DParallel.h38 mutable std::mutex Mutex; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h136 mutable std::mutex Mutex; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d172 alias Mutex = int; in version() local
199 alias Mutex = CRITICAL_SECTION; in version() local
/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexsystem.c121 ACPI_MUTEX Mutex, in AcpiExSystemWaitMutex() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h35 std::recursive_mutex Mutex; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignposts.cpp47 sys::SmartMutex<true> Mutex; member in llvm::SignpostEmitterImpl
H A DParallel.cpp114 std::mutex Mutex; member in llvm::parallel::detail::__anon096d2ab40111::ThreadPoolExecutor
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dcondition.d183 @property shared(Mutex) mutex() shared in shared() argument
195 final @property shared(Mutex) mutex_nothrow() shared pure nothrow @safe @nogc in shared() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.cc209 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex() function in __tsan::Mutex
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DAllTUsExecution.cpp53 std::mutex Mutex; member in clang::tooling::__anonb28517d90111::ThreadSafeToolResults
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dmutex.h77 Mutex() {} in Mutex() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dmutex.h77 Mutex() {} in Mutex() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.cc211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex() function in __tsan::Mutex
H A Dtsan_report.cc46 const char *Mutex() { return Magenta(); } in Mutex() function in __tsan::Decorator
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_buffer_queue.h141 SpinMutex Mutex; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc95 TEST(ThreadSanitizer, Mutex) { in TEST() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dmonitor_.d183 alias Mutex = CRITICAL_SECTION; in version() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.cpp29 const char *Mutex() { return Magenta(); } in Mutex() function in __tsan::Decorator

12