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 175 static unsigned g_thread_finalize_key; variable
180 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
204 if (pthread_setspecific(g_thread_finalize_key,
275 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 145 static unsigned g_thread_finalize_key; variable
765 if (pthread_setspecific(g_thread_finalize_key, (void*)(iter - 1))) {
798 if (pthread_setspecific(g_thread_finalize_key, (void*)4)) {
    [all...]

Completed in 480 milliseconds