Home
last modified time | relevance | path

Searched refs:timeout_handler (Results 1 – 3 of 3) 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