/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_epoll_ctl_test.cpp | 20 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 D | linux_epoll_create_test.cpp | 13 * @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 D | linux_epoll_wait_test.cpp | 25 int epollFd = epoll_create(1); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | epoll_pwait.c | 37 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 D | epoll_create.c | 37 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 D | epoll_wait.c | 36 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 D | epoll_ctl.c | 40 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 D | epoll_ctl04.c | 33 new_epfd = epoll_create(1); in setup() 56 new_epfd = epoll_create(1); in verify_epoll_ctl()
|
H A D | epoll_ctl03.c | 50 epfd = epoll_create(1); in setup()
|
H A D | epoll_ctl05.c | 34 new_epfd = epoll_create(1); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 35 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 D | epoll.rs | 74 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 D | epoll_create.h | 18 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 D | epoll_pwait04.c | 35 efd = epoll_create(1); in setup() 37 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
|
H A D | epoll_pwait05.c | 45 efd = epoll_create(1); in setup() 47 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
|
H A D | epoll_pwait03.c | 47 efd = epoll_create(1); in setup() 49 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
|
H A D | epoll_pwait02.c | 39 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 D | epoll.rs | 63 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 D | epoll.h | 58 int epoll_create(int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | epoll.h | 58 int epoll_create(int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | epoll.h | 58 int epoll_create(int);
|
/third_party/musl/src/linux/ |
H A D | epoll.c | 9 int epoll_create(int size) in epoll_create() function
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait02.c | 46 epfd = epoll_create(1); in setup() 48 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
|
H A D | epoll_wait04.c | 45 epfd = epoll_create(1); in setup() 47 tst_brk(TBROK | TERRNO, "epoll_create()"); in setup()
|
/third_party/musl/include/sys/ |
H A D | epoll.h | 58 int epoll_create(int);
|