Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsubr_busdma_bounce.c160 bool start_thread; in alloc_bounce_zone() local
193 start_thread = STAILQ_EMPTY(&bounce_zone_list); in alloc_bounce_zone()
243 if (start_thread) { in alloc_bounce_zone()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp850 void ForkChildAfter(ThreadState* thr, uptr pc, bool start_thread) { in ForkChildAfter() argument
858 if (start_thread) in ForkChildAfter()
H A Dtsan_rtl.h494 void ForkChildAfter(ThreadState *thr, uptr pc, bool start_thread);