Searched defs:WorkerThreads (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp67 /** Node in the RTREQPOOLINT::WorkerThreads list. */
157 RTLISTANCHOR WorkerThreads; member in struct:RTREQPOOLINT
280 if ( RTListIsEmpty(&pPool->WorkerThreads)
458 RTListAppend(&pPool->WorkerThreads, &pThread->ListNode);
677 RTListInit(&pPool->WorkerThreads);
852 RTListForEach(&pPool->WorkerThreads, pThread, RTREQPOOLTHREAD, ListNode)
1000 RTListForEach(&pPool->WorkerThreads, pThread, RTREQPOOLTHREAD, ListNode)
1018 while (!RTListIsEmpty(&pPool->WorkerThreads))

Completed in 44 milliseconds