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

  /src/sys/kern/
sys_timerfd.c 97 timerfd_is_readable(const struct timerfd * const tfd) function in typeref:typename:bool
278 while (!timerfd_is_readable(tfd)) {
314 *(int *)data = timerfd_is_readable(tfd) ? sizeof(uint64_t) : 0;
344 if (timerfd_is_readable(tfd)) {
sys_timerfd.c 97 timerfd_is_readable(const struct timerfd * const tfd) function in typeref:typename:bool
278 while (!timerfd_is_readable(tfd)) {
314 *(int *)data = timerfd_is_readable(tfd) ? sizeof(uint64_t) : 0;
344 if (timerfd_is_readable(tfd)) {

Completed in 27 milliseconds