Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp171 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread() local
173 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()