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

/fuchsia/zircon/system/dev/gpio/gpio-test/
H A Dgpio-test.c86 static int gpio_waiting_thread(void *arg) { function
93 zxlogf(ERROR, "gpio_waiting_thread: zx_interrupt_wait failed %d\n", status);
120 thrd_create_with_name(&gpio_test->wait, gpio_waiting_thread, gpio_test, "gpio_waiting_thread");

Completed in 74 milliseconds