Searched refs:hSendingThread (Results 1 – 1 of 1) sorted by relevance
2611 static HANDLE hSendingThread = NULL; in SendingStatusDialogProc() local2634 hSendingThread = (HANDLE)_beginthread( SendingThread, 0, pRequest ); in SendingStatusDialogProc()2641 TerminateThread( hSendingThread, 0 ); in SendingStatusDialogProc()2643 WaitForSingleObject( hSendingThread, INFINITE ); in SendingStatusDialogProc()2644 CloseHandle( hSendingThread ); in SendingStatusDialogProc()2785 HANDLE hSendingThread = (HANDLE)_beginthread( SendingThread, 0, (void *)&request ); in SendCrashReport() local2787 WaitForSingleObject( hSendingThread, INFINITE ); in SendCrashReport()
Completed in 25 milliseconds