Searched refs:CurrentThreadId (Results 1 – 2 of 2) sorted by relevance
82 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor() local84 if (T.get_id() == CurrentThreadId) in ~ThreadPoolExecutor()
170 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread() local172 if (CurrentThreadId == Thread.get_id()) in isWorkerThread()