Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libc/src/__support/threads/gpu/
H A Dmutex.h22 struct Mutex { struct
23 LIBC_INLINE constexpr Mutex(bool, bool, bool, bool) {} in Mutex() argument
25 LIBC_INLINE MutexError lock() { return MutexError::NONE; } in lock() argument
26 LIBC_INLINE MutexError unlock() { return MutexError::NONE; } in unlock() argument
27 LIBC_INLINE MutexError reset() { return MutexError::NONE; } in reset() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp31 class __attribute__((aligned(64))) Mutex { class
33 Mutex() { pthread_mutex_init(&m_, NULL); } in Mutex() function in Mutex
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMutex.h66 typedef SmartMutex<false> Mutex; typedef
H A DFileCollector.h46 std::mutex Mutex; variable
H A DParallel.h62 mutable std::mutex Mutex; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DInProcessModuleCache.h27 std::mutex Mutex; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h54 std::mutex Mutex; variable
H A DMemoryMapper.h118 std::mutex Mutex; variable
167 std::mutex Mutex; variable
H A DThreadSafeModule.h35 std::recursive_mutex Mutex; member
H A DReOptimizeLayer.h173 std::mutex Mutex; variable
H A DELFNixPlatform.h150 std::mutex Mutex; member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h188 REQUIRES(Mutex) { in REQUIRES() argument
231 HybridMutex Mutex; variable
H A Dtsd_exclusive.h164 HybridMutex Mutex; member
H A Dtsd_shared.h262 HybridMutex Mutex; member
H A Dsecondary.h581 HybridMutex Mutex; variable
677 mutable HybridMutex Mutex; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h75 std::mutex Mutex; variable
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dmutex.h35 LIBC_INLINE constexpr Mutex(bool is_timed, bool is_recursive, bool is_robust, in Mutex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h137 mutable std::mutex Mutex; variable
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexsystem.c229 ACPI_MUTEX Mutex, in AcpiExSystemWaitMutex()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp27 ReaderWriterLock(std::shared_mutex &Mutex) in ReaderWriterLock()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp46 sys::SmartMutex<true> Mutex; member in llvm::SignpostEmitterImpl
H A DParallel.cpp128 std::mutex Mutex; member in llvm::parallel::detail::__anoncc39f2690111::ThreadPoolExecutor
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp53 std::mutex Mutex; member in clang::tooling::__anon9924c48e0111::ThreadSafeToolResults
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h140 SpinMutex Mutex; variable
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp41 std::mutex Mutex; member in __anon3d5a8a810111::DirectoryWatcherWindows

12