Home
last modified time | relevance | path

Searched refs:internal_alloc_mtx (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp65 CheckedMutex internal_alloc_mtx; member
70 internal_alloc_mtx(MutexTypeInternalAlloc) {} in GlobalProc()
79 global_proc()->internal_alloc_mtx.Lock(); in InternalAllocAccess()
80 global_proc()->internal_alloc_mtx.Unlock(); in InternalAllocAccess()
117 global_proc()->internal_alloc_mtx.Lock(); in AllocatorLock()
123 global_proc()->internal_alloc_mtx.Unlock(); in AllocatorUnlock()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp65 CheckedMutex internal_alloc_mtx; member
70 internal_alloc_mtx(MutexTypeInternalAlloc) {} in GlobalProc()
79 global_proc()->internal_alloc_mtx.Lock(); in InternalAllocAccess()
80 global_proc()->internal_alloc_mtx.Unlock(); in InternalAllocAccess()
116 global_proc()->internal_alloc_mtx.Lock(); in AllocatorLock()
122 global_proc()->internal_alloc_mtx.Unlock(); in AllocatorUnlock()