Home
last modified time | relevance | path

Searched defs:timer_callback (Results 1 – 8 of 8) sorted by relevance

/external/trusty/lk/include/kernel/
Dtimer.h35 typedef enum handler_return (*timer_callback)(struct timer *, lk_time_ns_t now, typedef
/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc192 static void timer_callback(int fd, short events, void* context) { in timer_callback() function
/external/libevent/test/
Dregress_finalize.c42 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback() function
Dregress_thread.c436 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback() function
/external/libbrillo/brillo/http/
Dhttp_transport_curl_test.cc265 curl_multi_timer_callback timer_callback = nullptr; in TEST_F() local
Dcurl_api.cc157 curl_multi_timer_callback timer_callback, in MultiSetTimerCallback()
/external/wayland/tests/
Devent-loop-test.c242 timer_callback(void *data) in timer_callback() function
/external/crosvm/net_util/src/slirp/sys/windows/
Dhandler.rs200 let timer_callback = self in execute_timer() localVariable