Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp145 assert(!isWorkerThread()); // Would deadlock waiting for itself. in wait()
154 if (!isWorkerThread()) { in wait()
169 bool StdThreadPool::isWorkerThread() const { in isWorkerThread() function in StdThreadPool
216 bool SingleThreadExecutor::isWorkerThread() const { in isWorkerThread() function in SingleThreadExecutor
/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h156 bool isWorkerThread() const;
240 bool isWorkerThread() const;