Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp330 static unsigned g_thread_finalize_key; variable
335 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) { in thread_finalize()
431 if (pthread_setspecific(g_thread_finalize_key, in __lsan_thread_start_func()
533 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) { in InitializeInterceptors()