Home
last modified time | relevance | path

Searched refs:start_thread (Results 1 – 4 of 4) 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/libc/src/__support/threads/linux/
H A Dthread.cpp179 [[gnu::noinline]] void start_thread() { in start_thread() function
333 start_thread(); in run()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp876 void ForkChildAfter(ThreadState* thr, uptr pc, bool start_thread) { in ForkChildAfter() argument
884 if (start_thread) in ForkChildAfter()
H A Dtsan_rtl.h497 void ForkChildAfter(ThreadState *thr, uptr pc, bool start_thread);