Home
last modified time | relevance | path

Searched refs:ThreadFinalizerGoroutine (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc189 ThreadFinalizerGoroutine(thr); in __tsan_finalizer_goroutine()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h487 void ThreadFinalizerGoroutine(ThreadState *thr);
Dtsan_rtl_thread.cc305 void ThreadFinalizerGoroutine(ThreadState *thr) { in ThreadFinalizerGoroutine() function