Home
last modified time | relevance | path

Searched refs:timeout_handler (Results 1 – 4 of 4) sorted by relevance

/openbmc/boost-dbus/include/dbus/detail/
H A Dwatch_timeout.hpp86 struct timeout_handler { struct
88 timeout_handler(DBusTimeout *t) : dbus_timeout(t) {} in timeout_handler() argument
104 timer.async_wait(timeout_handler(dbus_timeout)); in timeout_toggled()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c89 static void timeout_handler(int sig) in timeout_handler() function
257 sa.sa_handler = timeout_handler; in main()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py189 def timeout_handler(seconds): function
/openbmc/linux/drivers/usb/serial/
H A Dgarmin_gps.c1359 static void timeout_handler(struct timer_list *t) in timeout_handler() function
1380 timer_setup(&garmin_data_p->timer, timeout_handler, 0); in garmin_port_probe()