HomeSort by: relevance | last modified time | path
    Searched defs:EPOLL_CTL_ADD (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
os390-syscalls.h 33 #define EPOLL_CTL_ADD 1
  /src/sys/sys/
epoll.h 58 #define EPOLL_CTL_ADD 1
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 120 const int EPOLL_CTL_ADD = 1;
1957 if (op == EPOLL_CTL_ADD && epfd >= 0) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 112 const int EPOLL_CTL_ADD = 1;
1888 if (op == EPOLL_CTL_ADD && epfd >= 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 119 const int EPOLL_CTL_ADD = 1;
1822 if (op == EPOLL_CTL_ADD && epfd >= 0)

Completed in 24 milliseconds