Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp332 static unsigned g_thread_finalize_key; in thread_finalize()
337 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) { in thread_finalize()
427 if (pthread_setspecific(g_thread_finalize_key, in ThreadStartFunc()
583 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) { in InitializeInterceptors()
330 static unsigned g_thread_finalize_key; global() variable