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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc139 static unsigned g_thread_finalize_key; variable
680 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
713 if (pthread_setspecific(g_thread_finalize_key, (void*)4)) {
2007 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {

Completed in 41 milliseconds