Home
last modified time | relevance | path

Searched refs:ThreadStateDestructor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp64 static void ThreadStateDestructor(void *thr) { in ThreadStateDestructor() function
72 res = pthread_key_create(&thread_state_key, ThreadStateDestructor); in InitializeThreadStateStorage()