Searched defs:CurrentThreadId (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | ThreadPool.cpp | 172 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); isWorkerThread() local |
H A D | Parallel.cpp | 86 std::thread::id CurrentThreadId = std::this_thread::get_id(); ~ThreadPoolExecutor() local |