Searched refs:stdin_reader_thread_handle (Results 1 – 1 of 1) sorted by relevance
61 static HANDLE stdin_reader_thread_handle; variable102 stdin_reader_thread_handle = CreateThread(NULL, 0, &stdin_reader_thread_process, NULL, 0, NULL); in btstack_stdin_windows_init()128 TerminateThread(stdin_reader_thread_handle, 0); in btstack_stdin_reset()129 WaitForSingleObject(stdin_reader_thread_handle, INFINITE); in btstack_stdin_reset()130 CloseHandle(stdin_reader_thread_handle); in btstack_stdin_reset()