Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DThreadPool.cpp144 assert(!isWorkerThread()); // Would deadlock waiting for itself. in wait()
153 if (!isWorkerThread()) { in wait()
168 bool ThreadPool::isWorkerThread() const { in isWorkerThread() function in ThreadPool
215 bool ThreadPool::isWorkerThread() const { in isWorkerThread() function in ThreadPool
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h113 bool isWorkerThread() const;