Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
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()