Searched refs:stdin_reader_thread_process (Results 1 – 2 of 2) sorted by relevance
/btstack/platform/wiced/ |
H A D | btstack_stdin_wiced.c | 60 static void stdin_reader_thread_process(wiced_thread_arg_t p){ in stdin_reader_thread_process() function 80 …ad(&stdin_reader_thread, WICED_APPLICATION_PRIORITY, "STDIN", &stdin_reader_thread_process, 512, N… in btstack_stdin_setup()
|
/btstack/platform/windows/ |
H A D | btstack_stdin_windows.c | 67 static DWORD WINAPI stdin_reader_thread_process(void * p){ in stdin_reader_thread_process() function 102 stdin_reader_thread_handle = CreateThread(NULL, 0, &stdin_reader_thread_process, NULL, 0, NULL); in btstack_stdin_windows_init()
|