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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp308 void HwasanTSDDtor(void *tsd) { function in namespace:__hwasan
320 CHECK_EQ(0, pthread_key_create(&tsd_key, HwasanTSDDtor));

Completed in 92 milliseconds