Searched refs:threadHandles (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwait.cpp115 HANDLE threadHandles[MAXIMUM_WAIT_OBJECTS]; local
123 threadHandles[i] = thread.threadHandle;
126 ::WaitForMultipleObjects((DWORD)m_threads.size(), threadHandles, TRUE, INFINITE);
128 CloseHandle(threadHandles[i]);

Completed in 166 milliseconds