Home
last modified time | relevance | path

Searched defs:test_fd (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/core/iomgr/
Dpollset_set_test.cc97 typedef struct test_fd { struct
103 } test_fd; argument
Dev_epollsig_linux_test.cc43 typedef struct test_fd { struct
46 } test_fd; argument
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl29.c44 static int test_fd; variable
Dfcntl30.c47 int pipe_fds[2], test_fd; in main() local
Dfcntl31.c70 static int test_fd; variable
/external/ltp/testcases/kernel/syscalls/msync/
Dmsync04.c29 static int test_fd; variable
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_dualstack.c131 int epfd, i, test_fd; in test() local
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c975 int test_fd = open("/etc/passwd", O_RDONLY); in get_test_read_fd() local
1041 int test_fd = get_test_read_fd(); in test_kernel_write_of_access_disabled_region() local
1053 int test_fd = get_test_read_fd(); in test_kernel_write_of_write_disabled_region() local
/external/python/cpython3/Lib/test/
Dtest_os.py3595 def test_fd(self): member in TestScandir