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

  /src/sys/kern/
sys_timerfd.c 76 bool tfd_cancel_on_set; member in struct:timerfd
136 if (tfd->tfd_cancel_on_set) {
658 tfd->tfd_cancel_on_set = !!(flags & TFD_TIMER_CANCEL_ON_SET);
sys_timerfd.c 76 bool tfd_cancel_on_set; member in struct:timerfd
136 if (tfd->tfd_cancel_on_set) {
658 tfd->tfd_cancel_on_set = !!(flags & TFD_TIMER_CANCEL_ON_SET);
sys_timerfd.c 76 bool tfd_cancel_on_set; member in struct:timerfd
136 if (tfd->tfd_cancel_on_set) {
658 tfd->tfd_cancel_on_set = !!(flags & TFD_TIMER_CANCEL_ON_SET);

Completed in 145 milliseconds