Searched refs:per_thread (Results 1 – 1 of 1) sorted by relevance
68 static thread_local void *per_thread; variable70 void *AsanTSDGet() { return per_thread; } in AsanTSDGet()72 void AsanTSDSet(void *tsd) { per_thread = tsd; } in AsanTSDSet()198 AsanThread::TSDDtor(per_thread); in ThreadExitHook()