HomeSort by: relevance | last modified time | path
    Searched defs:timerfd_create (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_timerfd.c 40 * created with the timerfd_create(2) system call, similar to timer_create(2).
152 * timerfd_create:
157 timerfd_create(clockid_t const clock_id, int const flags) function in typeref:struct:timerfd *
488 * timerfd_create(2) system call
521 fp->f_timerfd = timerfd_create(clock_id, flags);
sys_timerfd.c 40 * created with the timerfd_create(2) system call, similar to timer_create(2).
152 * timerfd_create:
157 timerfd_create(clockid_t const clock_id, int const flags) function in typeref:struct:timerfd *
488 * timerfd_create(2) system call
521 fp->f_timerfd = timerfd_create(clock_id, flags);

Completed in 22 milliseconds