If I have
- A kernel with CONFIG_HIGH_RES_TIMERS=y,
- A coarse CONFIG_HZ (say, 100)
- and a file descriptor from timerfd_create with a sub-jiffy expiration
Should a call to select() on this timer return before the next jiffy, as say, clock_nanosleep would?