Searched refs:per_thread (Results 1 – 1 of 1) sorted by relevance
95 static thread_local void *per_thread; variable97 void *AsanTSDGet() { return per_thread; } in AsanTSDGet()99 void AsanTSDSet(void *tsd) { per_thread = tsd; } in AsanTSDSet()223 AsanThread::TSDDtor(per_thread); in ThreadExitHook()