Home
last modified time | relevance | path

Searched defs:sys_epoll_create1 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_syswrap/
H A Dsyswrap-linux.c1881 PRE(sys_epoll_create1) in PRE() argument
1886 POST(sys_epoll_create1) in POST() argument
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_syswrap/
H A Dsyswrap-linux.c1881 PRE(sys_epoll_create1) in PRE() argument
1886 POST(sys_epoll_create1) in POST() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Unix.Native/
H A DSyscall.cs3780 private static extern int sys_epoll_create1 (EpollFlags flags); in sys_epoll_create1() method in Mono.Unix.Native.Syscall