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

  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 191 static void thread_finalize(void *v) {
294 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 847 static void thread_finalize(void *v) { function
    [all...]

Completed in 132 milliseconds