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 184 static unsigned g_thread_finalize_key;
189 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
210 if (pthread_setspecific(g_thread_finalize_key,
281 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 213 static unsigned g_thread_finalize_key; variable
896 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
930 if (pthread_setspecific(g_thread_finalize_key,
    [all...]

Completed in 190 milliseconds