Home
last modified time | relevance | path

Searched defs:efd (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/nix/test/sys/
Dtest_epoll.rs7 let efd = epoll_create1(EpollCreateFlags::empty()).unwrap(); in test_epoll_errno() localVariable
19 let efd = epoll_create1(EpollCreateFlags::empty()).unwrap(); in test_epoll_ctl() localVariable
/third_party/rust/crates/rustix/tests/io/
Deventfd.rs8 let efd = eventfd(0, EventfdFlags::CLOEXEC).unwrap(); in test_eventfd() localVariable
17 let efd = child.join().unwrap(); in test_eventfd() localVariable
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait02.c19 static int efd, sfd[2]; variable
Depoll_pwait04.c19 static int efd, sfd[2]; variable
Depoll_pwait03.c20 static int efd, sfd[2]; variable
Depoll_pwait05.c20 static int efd, sfd[2]; variable
Depoll_pwait01.c26 static int efd, sfd[2]; variable
/third_party/pulseaudio/src/pulsecore/
Dfdsem.c51 int efd; member
/third_party/openssl/engines/
De_afalg.h70 int efd; member
/third_party/libxml2/
Dnanoftp.c1549 fd_set rfd, efd; in xmlNanoFTPCloseConnection() local
1731 fd_set rfd, efd; in xmlNanoFTPList() local
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c1656 int efd = open (target_cache_path, O_CREAT|O_EXCL, DEFFILEMODE); in debuginfod_query_server() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h42092 struct eventfd_ctx *efd; member