Home
last modified time | relevance | path

Searched refs:BackgroundThread (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc34 void BackgroundThread(void *arg) { in BackgroundThread() function
124 internal_start_thread(BackgroundThread, nullptr); in MaybeStartBackgroudThread()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc148 static void BackgroundThread(void *arg) { in BackgroundThread() function
226 ctx->background_thread = internal_start_thread(&BackgroundThread, 0); in StartBackgroundThread()