Home
last modified time | relevance | path

Searched refs:_SC_OPEN_MAX (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/conf/
H A Dsysconf.c40 long result = sysconf(_SC_OPEN_MAX); in sysconf_0200()
/third_party/ltp/testcases/kernel/syscalls/dup/
H A Ddup03.c32 maxfds = SAFE_SYSCONF(_SC_OPEN_MAX); in setup()
/third_party/ltp/testcases/lib/
H A Dtst_ns_create.c51 for (i = 0; i < SAFE_SYSCONF(_SC_OPEN_MAX); i++) in child_fn()
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_create.c68 for (i = 0; i < sysconf(_SC_OPEN_MAX); i++) in child_fn()
/third_party/lzma/CPP/Windows/
H A DSystem.cpp245 long n = sysconf(_SC_OPEN_MAX); in Get_File_OPEN_MAX()
/third_party/ltp/testcases/kernel/syscalls/sysconf/
H A Dsysconf01.c86 test_sysconf(_SC_OPEN_MAX); in main()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork09.c48 #include <unistd.h> /* for _SC_OPEN_MAX */
63 #define OPEN_MAX (sysconf(_SC_OPEN_MAX))
/third_party/musl/porting/linux/user/src/conf/
H A Dsysconf.c32 [_SC_OPEN_MAX] = RLIM(NOFILE), in sysconf()
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c361 # ifdef _SC_OPEN_MAX in pa_poll()
367 || nfd > (sc_open_max = sysconf (_SC_OPEN_MAX))))) in pa_poll()
372 # else /* !_SC_OPEN_MAX */ in pa_poll()
380 # endif /* !_SC_OPEN_MAX */ in pa_poll()
/third_party/musl/src/conf/
H A Dsysconf.c38 [_SC_OPEN_MAX] = RLIM(NOFILE), in sysconf()
/third_party/python/Modules/
H A D_posixsubprocess.c237 #ifdef _SC_OPEN_MAX in safe_get_max_fd()
238 local_max_fd = sysconf(_SC_OPEN_MAX); in safe_get_max_fd()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h308 #define _SC_OPEN_MAX 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h284 #define _SC_OPEN_MAX 4 macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h311 #define _SC_OPEN_MAX 4 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h308 #define _SC_OPEN_MAX 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h284 #define _SC_OPEN_MAX 4 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h290 #define _SC_OPEN_MAX 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h284 #define _SC_OPEN_MAX 4 macro
/third_party/musl/include/
H A Dunistd.h350 #define _SC_OPEN_MAX 4 macro
/third_party/libwebsockets/test-apps/
H A Dtest-server.c565 max_poll_elements = sysconf(_SC_OPEN_MAX); in main()
/third_party/musl/libc-test/src/api/
H A Dunistd.c171 C(_SC_OPEN_MAX) in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs547 pub const _SC_OPEN_MAX: ::c_int = 5; consts
/third_party/alsa-lib/aserver/
H A Daserver.c932 open_max = sysconf(_SC_OPEN_MAX); in server()
/third_party/libwebsockets/lib/core/
H A Dcontext.c973 long l = sysconf(_SC_OPEN_MAX); in lws_create_context()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c1012 allocator->num_fd_max = (memfd_virtualsizelimit >= 0) ? MIN2(128, sysconf(_SC_OPEN_MAX)) : 0; in nine_allocator_create()

Completed in 22 milliseconds

12