Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_thread.cpp54 ThreadRegistry &asanThreadRegistry() { in asanThreadRegistry() function
72 asanThreadRegistry().GetThreadLocked(tid)); in GetThreadContextByTidLocked()
86 asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
103 (asanThreadRegistry().FinishThread(tid) == ThreadStatusRunning); in Destroy()
265 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
457 asanThreadRegistry().CheckLocked(); in FindThreadByStackAddress()
473 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); in GetAsanThreadByOsIDLocked()
511 __asan::asanThreadRegistry().Lock(); in LockThreadRegistry()
515 __asan::asanThreadRegistry().Unlock(); in UnlockThreadRegistry()
519 __asan::asanThreadRegistry().CheckLocked(); in GetThreadRegistryLocked()
[all …]
H A Dasan_fuchsia.cpp127 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in CreateAsanThread()
128 asanThreadRegistry().SetThreadName(tid, name); in CreateAsanThread()
204 asanThreadRegistry().FinishThread(thread->tid()); in ThreadCreateHook()
217 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
H A Dasan_report.cpp132 asanThreadRegistry().Lock(); in ScopedInErrorReport()
139 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport()
148 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport()
506 asanThreadRegistry().Lock(); in __asan_describe_address()
508 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()
415 asanThreadRegistry().CheckLocked(); in Print()
452 ThreadRegistryLock l(&asanThreadRegistry()); in AddressDescription()
H A Dasan_thread.h173 ThreadRegistry &asanThreadRegistry();
H A Dasan_mac.cpp154 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
H A Dasan_interceptors.cpp67 asanThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName()