Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp172 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread() local
174 if (CurrentThreadId == Thread.get_id()) in isWorkerThread()
H A DParallel.cpp85 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor() local
87 if (T.get_id() == CurrentThreadId) in ~ThreadPoolExecutor()