Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DThreadPool.cpp76 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread() local
78 if (CurrentThreadId == Thread.get_id()) in isWorkerThread()
DParallel.cpp74 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor() local
76 if (T.get_id() == CurrentThreadId) in ~ThreadPoolExecutor()