Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'd like to see other concepts also covered by file descriptors. Example: semaphores, mutexes, condition variables, timers.


Timers are available via timerfd (man timerfd_create).

There used to be a FUTEX_FD, but it got removed. I think you can mostly achieve the effect with eventfd, though.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: