Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DParallel.cpp74 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor() local
76 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()