Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp33 void *BackgroundThread(void *arg) { in BackgroundThread() function
122 internal_start_thread(BackgroundThread, nullptr); in MaybeStartBackgroudThread()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp170 static void *BackgroundThread(void *arg) { in BackgroundThread() function
250 ctx->background_thread = internal_start_thread(&BackgroundThread, 0); in StartBackgroundThread()