Searched refs:TSDDestructor (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc151 void TSDDestructor(void *tsd) { function
162 // In this case the TSD for AsanThread will be destroyed before TSDDestructor
168 pthread_key_create(&test_key, TSDDestructor);

Completed in 124 milliseconds