Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_busdma_bounce.c170 bool start_thread; in alloc_bounce_zone() local
203 start_thread = STAILQ_EMPTY(&bounce_zone_list); in alloc_bounce_zone()
256 if (start_thread) { in alloc_bounce_zone()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp854 void ForkChildAfter(ThreadState* thr, uptr pc, bool start_thread) { in ForkChildAfter() argument
862 if (start_thread) in ForkChildAfter()
H A Dtsan_rtl.h494 void ForkChildAfter(ThreadState *thr, uptr pc, bool start_thread);