Searched defs:AsanThread (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_thread.h31 class AsanThread;
44 AsanThread *thread;
53 // AsanThread are stored in TSD and destroyed when the thread dies.
54 class AsanThread { class in namespace:__asan
56 static AsanThread *Create(thread_callback_t start_routine, void *arg,
119 // NOTE: There is no AsanThread constructor. It is allocated
146 explicit ScopedUnwinding(AsanThread *t) : thread(t) {
152 AsanThread *thread;
158 explicit ScopedDeadlySignal(AsanThread *t) : thread(t) {
166 AsanThread *threa
[all...]

Completed in 72 milliseconds