Searched refs:per_thread (Results 1 – 1 of 1) sorted by relevance
97 static thread_local void *per_thread; variable99 void *AsanTSDGet() { return per_thread; } in AsanTSDGet()101 void AsanTSDSet(void *tsd) { per_thread = tsd; } in AsanTSDSet()225 AsanThread::TSDDtor(per_thread); in ThreadExitHook()