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

/fuchsia/zircon/system/dev/bus/acpi/
H A Ddev-ec.c47 thrd_t evt_thread; member in struct:acpi_ec_device
432 thrd_join(dev->evt_thread, NULL);
457 thrd_join(dev->evt_thread, NULL);
516 int ret = thrd_create_with_name(&dev->evt_thread, acpi_ec_thread, dev, "acpi-ec-evt");

Completed in 25 milliseconds