Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_syswrap/
H A Dsyswrap-linux.c1864 PRE(sys_epoll_create) in PRE() argument
1869 POST(sys_epoll_create) in POST() argument
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_syswrap/
H A Dsyswrap-linux.c1864 PRE(sys_epoll_create) in PRE() argument
1869 POST(sys_epoll_create) in POST() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Unix.Native/
H A DSyscall.cs3777 private static extern int sys_epoll_create (int size); in sys_epoll_create() method in Mono.Unix.Native.Syscall