Home
last modified time | relevance | path

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

/components/libc/posix/io/timerfd/
A Dtimerfd.c35 struct rt_timerfd struct
67 struct rt_timerfd *tfd; in timerfd_close() argument
97 struct rt_timerfd *tfd; in timerfd_poll()
122 struct rt_timerfd *tfd; in timerfd_read()
185 struct rt_timerfd *tfd = RT_NULL; in timerfd_do_create()
222 tfd = (struct rt_timerfd *)rt_calloc(1, sizeof(struct rt_timerfd)); in timerfd_do_create()
275 static int get_current_time(struct rt_timerfd *tfd, struct timespec *time) in get_current_time()
303 struct rt_timerfd *tfd = RT_NULL; in timerfd_timeout()
305 tfd = (struct rt_timerfd *)parameter; in timerfd_timeout()
366 struct rt_timerfd *tfd; in timerfd_do_settime()
[all …]

Completed in 3 milliseconds