Home
last modified time | relevance | path

Searched refs:getdtablesize (Results 1 - 25 of 35) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/legacy/
H A Dgetdtablesize.c22 * @tc.desc : Test getdtablesize to get the maximum number of files that can be opened by a process
27 int result = getdtablesize(); in getdtablesize_0100()
29 t_error("%s getdtablesize error get result is 0\n", __func__); in getdtablesize_0100()
/third_party/musl/src/legacy/
H A Dgetdtablesize.c8 int getdtablesize(void) in getdtablesize() function
/third_party/musl/porting/liteos_a/user/src/legacy/
H A Dgetdtablesize.c7 int getdtablesize(void) in getdtablesize() function
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe06.c26 max_fds = getdtablesize(); in setup()
27 tst_res(TINFO, "getdtablesize() = %d", max_fds); in setup()
H A Dpipe07.c55 max_fds = getdtablesize(); in setup()
56 tst_res(TINFO, "getdtablesize() = %d", max_fds); in setup()
/third_party/ltp/testcases/kernel/syscalls/dup2/
H A Ddup201.c13 * - First fd argument is getdtablesize()
15 * - Second fd argument is getdtablesize()
40 maxfd = getdtablesize(); in setup()
H A Ddup205.c25 min = getdtablesize(); /* get number of files allowed open */ in setup()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl12.c48 max_files = getdtablesize(); in setup()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-fds.c48 if (context->fd_hashtable[h].length == (getdtablesize() - 1)) { in insert_wsi()
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile25 getdomainname getdtablesize gethostid getgroups get_mempolicy ipc \
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen04.c28 fds_limit = getdtablesize(); in setup()
/third_party/ltp/testcases/kernel/syscalls/creat/
H A Dcreat05.c48 max_open = getdtablesize(); in setup()
49 tst_res(TINFO, "getdtablesize() = %d", max_open); in setup()
/third_party/ltp/testcases/kernel/syscalls/getdtablesize/
H A Dgetdtablesize01.c62 table_size = getdtablesize(); in main()
95 //Now the max files opened should be RLIMIT_NOFILE - 1 , why ? read getdtablesize man page in main()
/third_party/ltp/testcases/kernel/syscalls/dup/
H A Ddup06.c66 min = getdtablesize(); in main()
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit01.c100 nofiles = getdtablesize(); in test1()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h188 int getdtablesize(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h163 int getdtablesize(void);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h190 int getdtablesize(void);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h188 int getdtablesize(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h163 int getdtablesize(void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h168 int getdtablesize(void);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h163 int getdtablesize(void);
/third_party/musl/include/
H A Dunistd.h227 int getdtablesize(void);
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h283 #define getdtablesize() 30000 macro
/third_party/libwebsockets/include/
H A Dlibwebsockets.h162 #define getdtablesize() (30) macro

Completed in 18 milliseconds

12