Home
last modified time | relevance | path

Searched refs:epoll_create (Results 1 - 25 of 43) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_epoll_ctl_test.cpp20 int epollFd = epoll_create(1); in HWTEST_F()
36 int epollFd = epoll_create(1); in HWTEST_F()
52 int epollFd = epoll_create(1); in HWTEST_F()
H A Dlinux_epoll_create_test.cpp13 * @tc.desc: This test verifies epoll_create function correctly create an epoll instance, if the test passes,
19 int epollFd = epoll_create(1); in HWTEST_F()
H A Dlinux_epoll_wait_test.cpp25 int epollFd = epoll_create(1); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_pwait.c37 int epoll_fd = epoll_create(1); in epoll_pwait_0100()
39 t_error("%s epoll_create failed\n", __func__); in epoll_pwait_0100()
56 int epoll_fd = epoll_create(1); in epoll_pwait_0200()
58 t_error("%s epoll_create failed\n", __func__); in epoll_pwait_0200()
H A Depoll_create.c37 int epoll_fd = epoll_create(1); in epoll_create_0100()
39 t_error("%s epoll_create failed\n", __func__); in epoll_create_0100()
H A Depoll_wait.c36 int epoll_fd = epoll_create(1); in epoll_wait_0100()
38 t_error("%s epoll_create failed\n", __func__); in epoll_wait_0100()
H A Depoll_ctl.c40 int fd = epoll_create(1); in epoll_ctl_0100()
42 t_error("%s epoll_create failed\n", __func__); in epoll_ctl_0100()
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl04.c33 new_epfd = epoll_create(1); in setup()
56 new_epfd = epoll_create(1); in verify_epoll_ctl()
H A Depoll_ctl03.c50 epfd = epoll_create(1); in setup()
H A Depoll_ctl05.c34 new_epfd = epoll_create(1); in setup()
/third_party/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c35 Test Name: epoll_create, epoll_ctl
38 & Strategy: Test a variety of incorrect parameters for epoll_create
40 Then run a reasonable epoll_create and get a fd for the epoll
57 Currently pokes epoll_create several times in 2 + NUM_RAND_ATTEMPTS ways
198 * test various boundary cases of epoll_create().
215 epoll_fd = epoll_create(fd_set_size); in test_epoll_create()
218 "epoll_create with negative set size succeeded unexpectedly"); in test_epoll_create()
224 "epoll_create with negative set size didn't set errno to EINVAL"); in test_epoll_create()
227 tst_resm(TPASS, "epoll_create with negative set size"); in test_epoll_create()
238 epoll_fd = epoll_create(fd_set_siz in test_epoll_create()
[all...]
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs74 pub fn epoll_create() -> Result<RawFd> { in epoll_create() functions
75 let res = unsafe { libc::epoll_create(1024) }; in epoll_create()
/third_party/ltp/testcases/kernel/syscalls/epoll_create/
H A Depoll_create.h18 return epoll_create(size); in do_epoll_create()
32 tst_res(TINFO, "Testing variant: libc epoll_create()"); in variant_info()
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
H A Depoll_pwait04.c35 efd = epoll_create(1); in setup()
37 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
H A Depoll_pwait05.c45 efd = epoll_create(1); in setup()
47 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
H A Depoll_pwait03.c47 efd = epoll_create(1); in setup()
49 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
H A Depoll_pwait02.c39 efd = epoll_create(1); in setup()
41 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs63 use crate::backend::io::syscalls::{epoll_add, epoll_create, epoll_del, epoll_mod, epoll_wait};
135 epoll_fd: epoll_create(flags)?, in new()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Depoll.h58 int epoll_create(int);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Depoll.h58 int epoll_create(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Depoll.h58 int epoll_create(int);
/third_party/musl/src/linux/
H A Depoll.c9 int epoll_create(int size) in epoll_create() function
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait02.c46 epfd = epoll_create(1); in setup()
48 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
H A Depoll_wait04.c45 epfd = epoll_create(1); in setup()
47 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
/third_party/musl/include/sys/
H A Depoll.h58 int epoll_create(int);

Completed in 8 milliseconds

12