Searched defs:g_thread_finalize_key (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc157 static unsigned g_thread_finalize_key; variable
794 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
827 if (pthread_setspecific(g_thread_finalize_key,
2398 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {

Completed in 280 milliseconds