Searched refs:THREAD_PTR (Results 1 – 2 of 2) sorted by relevance
34 typedef std::thread* THREAD_PTR; typedef54 THREAD_PTR* pThreads;
1099 pPool->pThreads = new (std::nothrow) THREAD_PTR[pPool->numThreads]; in CreateThreadPool()