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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc171 void TSDDestructor(void *tsd) { function
182 // In this case the TSD for AsanThread will be destroyed before TSDDestructor
188 pthread_key_create(&test_key, TSDDestructor);

Completed in 99 milliseconds