Lines Matching defs:AsanThread
32 class AsanThread;
45 AsanThread *thread;
61 // AsanThread are stored in TSD and destroyed when the thread dies.
62 class AsanThread {
65 static AsanThread *Create(const T &data, u32 parent_tid, StackTrace *stack,
69 static AsanThread *Create(u32 parent_tid, StackTrace *stack, bool detached) {
148 // NOTE: There is no AsanThread constructor. It is allocated
151 static AsanThread *Create(const void *start_data, uptr data_size,
202 AsanThread *GetCurrentThread();
203 void SetCurrentThread(AsanThread *t);
205 AsanThread *FindThreadByStackAddress(uptr addr);