Searched refs:hSendingThread (Results 1 – 1 of 1) sorted by relevance
2634 static HANDLE hSendingThread = NULL; in SendingStatusDialogProc() local2657 hSendingThread = (HANDLE)_beginthread( SendingThread, 0, pRequest ); in SendingStatusDialogProc()2664 TerminateThread( hSendingThread, 0 ); in SendingStatusDialogProc()2666 WaitForSingleObject( hSendingThread, INFINITE ); in SendingStatusDialogProc()2667 CloseHandle( hSendingThread ); in SendingStatusDialogProc()2809 HANDLE hSendingThread = (HANDLE)_beginthread( SendingThread, 0, (void *)&request ); in SendCrashReport() local2811 WaitForSingleObject( hSendingThread, INFINITE ); in SendCrashReport()