HomeSort by relevance Sort by last modified time
    Searched refs:g_thread_finalize_key (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 189 static unsigned g_thread_finalize_key;
194 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
215 if (pthread_setspecific(g_thread_finalize_key,
294 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 252 static unsigned g_thread_finalize_key; variable
850 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
878 if (pthread_setspecific(g_thread_finalize_key,
    [all...]

Completed in 1975 milliseconds