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

/external/compiler-rt/lib/asan/
H A Dasan_thread.h30 class AsanThread;
46 AsanThread *thread;
55 // AsanThread are stored in TSD and destroyed when the thread dies.
56 class AsanThread { class in namespace:__asan
58 static AsanThread *Create(thread_callback_t start_routine, void *arg);
110 // NOTE: There is no AsanThread constructor. It is allocated
136 explicit ScopedUnwinding(AsanThread *t) : thread(t) {
142 AsanThread *thread;
146 AsanThread *thread;
157 AsanThread *GetCurrentThrea
[all...]

Completed in 1069 milliseconds