Searched refs:WaitThread (Results 1 – 1 of 1) sorted by relevance
24 class WaitThread { class26 WaitThread(mtx_t* threadMtx, cnd_t* threadCnd, int* threadIndex) in WaitThread() function in WaitThread33 ~WaitThread() {}; in ~WaitThread()75 WaitThread wt(&threadMtx, &threadCnd, &threadIndex);95 WaitThread wt(&threadMtx, &threadCnd, &count);