Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp60 auto &Thread0 = Threads[0]; in ThreadPoolExecutor() local
61 Thread0 = std::thread([this, S] { in ThreadPoolExecutor()