Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp146 assert(!isWorkerThread()); // Would deadlock waiting for itself. in wait()
155 if (!isWorkerThread()) { in wait()
170 bool ThreadPool::isWorkerThread() const { in isWorkerThread() function in ThreadPool
217 bool ThreadPool::isWorkerThread() const { in isWorkerThread() function in ThreadPool
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h113 bool isWorkerThread() const;