Home
last modified time | relevance | path

Searched refs:stdin_reader_thread_process (Results 1 – 2 of 2) sorted by relevance

/btstack/platform/wiced/
H A Dbtstack_stdin_wiced.c60 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 Dbtstack_stdin_windows.c67 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()