Home
last modified time | relevance | path

Searched refs:asanThreadRegistry (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp54 ThreadRegistry &asanThreadRegistry() { in asanThreadRegistry() function
72 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
86 asanThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), detached, in Create()
104 (asanThreadRegistry().FinishThread(tid) == ThreadStatusRunning); in Destroy()
266 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
460 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress()
476 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); in GetAsanThreadByOsIDLocked()
514 __asan::asanThreadRegistry().Lock(); in LockThreadRegistry()
518 __asan::asanThreadRegistry().Unlock(); in UnlockThreadRegistry()
522 __asan::asanThreadRegistry().CheckLocked(); in GetThreadRegistryLocked()
[all …]
H A Dasan_fuchsia.cpp100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
101 asanThreadRegistry().SetThreadName(tid, name); in CreateAsanThread()
177 asanThreadRegistry().FinishThread(thread->tid()); in ThreadCreateHook()
190 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
H A Dasan_report.cpp130 asanThreadRegistry().Lock(); in ScopedInErrorReport()
137 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport()
146 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport()
499 asanThreadRegistry().Lock(); in __asan_describe_address()
501 asanThreadRegistry().Unlock(); in __asan_describe_address()
H A Dasan_stats.cpp84 ThreadRegistryLock l(&asanThreadRegistry()); in GetAccumulatedStats()
85 asanThreadRegistry() in GetAccumulatedStats()
H A Dasan_descriptions.cpp30 asanThreadRegistry().CheckLocked(); in AsanThreadIdAndName()
45 asanThreadRegistry().CheckLocked(); in DescribeThread()
414 asanThreadRegistry().CheckLocked(); in Print()
451 ThreadRegistryLock l(&asanThreadRegistry()); in AddressDescription()
H A Dasan_thread.h173 ThreadRegistry &asanThreadRegistry();
H A Dasan_mac.cpp152 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
H A Dasan_interceptors.cpp67 asanThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName()