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

/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.c531 HANDLE thread_hnd;
548 thread_hnd = CreateThread (NULL, THREAD_STACK_SIZE, thread_helper,
550 if (!thread_hnd)
557 if (WaitForSingleObject (thread_hnd, (DWORD)(1000 * seconds))
568 TerminateThread (thread_hnd, 1);
572 CloseHandle (thread_hnd); /* Clear-up after TerminateThread(). */
573 thread_hnd = NULL;
529 HANDLE thread_hnd; local

Completed in 38 milliseconds