Searched defs:eventfd (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ | ||
H A D | eventfd.c | 16 #include <sys/eventfd.h> 23 eventfd(unsigned int initval, int flags) function 40 if ((fd = open("/dev/eventfd", oflags)) < 0) |
Completed in 55 milliseconds