Searched refs:input_poll_thread (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/uapp/hid/
H A Dmain.cpp50 static thrd_t input_poll_thread; variable
380 int ret = thrd_create_with_name(&input_poll_thread,
388 thrd_join(input_poll_thread, NULL);

Completed in 72 milliseconds