timerfd() and system call review
Posted Aug 15, 2007 12:20 UTC (Wed) by
clugstj (subscriber, #4020)
Parent article:
timerfd() and system call review
"The purpose of this call is to allow an application to obtain a file descriptor to use with timer events, eliminating the need to use signals."
Why is this going into the kernel? It is trivial to achieve the same effect in userspace with pipe() and a thread sleeping in pthread_cond_timedwait().
(
Log in to post comments)