Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp82 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor() local
84 if (T.get_id() == CurrentThreadId) in ~ThreadPoolExecutor()
H A DThreadPool.cpp170 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread() local
172 if (CurrentThreadId == Thread.get_id()) in isWorkerThread()