Home
last modified time | relevance | path

Searched defs:EPOLL_CTL_ADD (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Depoll.d67 EPOLL_CTL_ADD = 1, /// Add a file descriptor to the interface. enumerator
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.h33 #define EPOLL_CTL_ADD 1 macro
/netbsd-src/sys/sys/
H A Depoll.h56 #define EPOLL_CTL_ADD global() macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc114 const int EPOLL_CTL_ADD = 1; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc119 const int EPOLL_CTL_ADD = 1; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp112 const int EPOLL_CTL_ADD = 1; variable