Searched refs:_hRecThread (Results 1 – 2 of 2) sorted by relevance
442 _hRecThread(NULL), in AudioDeviceWindowsCore()2721 if (_hRecThread != NULL) in StartRecording()2752 assert(_hRecThread == NULL); in StartRecording()2753 _hRecThread = CreateThread(NULL, in StartRecording()2759 if (_hRecThread == NULL) in StartRecording()2767 SetThreadPriority(_hRecThread, THREAD_PRIORITY_TIME_CRITICAL); in StartRecording()2830 if (_hRecThread == NULL) in StopRecording()2849 DWORD ret = WaitForSingleObject(_hRecThread, 2000); in StopRecording()2901 CloseHandle(_hRecThread); in StopRecording()2902 _hRecThread = NULL; in StopRecording()
309 HANDLE _hRecThread; variable