Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp144 assert(!isWorkerThread()); // Would deadlock waiting for itself. in wait()
153 if (!isWorkerThread()) { in wait()
168 bool StdThreadPool::isWorkerThread() const { in isWorkerThread() function in StdThreadPool
215 bool SingleThreadExecutor::isWorkerThread() const { in isWorkerThread() function in SingleThreadExecutor
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h157 bool isWorkerThread() const;
241 bool isWorkerThread() const;