Home
last modified time | relevance | path

Searched refs:_SC_SEM_NSEMS_MAX (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
D7-1.c91 max = sysconf(_SC_SEM_NSEMS_MAX); in main()
/third_party/musl/libc-test/src/functionalext/supplement/conf/conf_gtest/
Dconf_sysconf_test.cpp107 int result = sysconf(_SC_SEM_NSEMS_MAX);
/third_party/ltp/testcases/kernel/syscalls/sysconf/
Dsysconf01.c137 test_sysconf(_SC_SEM_NSEMS_MAX); in main()
/third_party/musl/src/conf/
Dsysconf.c60 [_SC_SEM_NSEMS_MAX] = SEM_NSEMS_MAX, in sysconf()
/third_party/musl/porting/linux/user/src/conf/
Dsysconf.c60 [_SC_SEM_NSEMS_MAX] = SEM_NSEMS_MAX, in sysconf()
/third_party/musl/ndk_musl_include/
Dunistd.h300 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h337 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h313 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h340 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h337 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h313 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h313 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h319 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/include/
Dunistd.h319 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/libc-test/src/api/
Dunistd.c183 C(_SC_SEM_NSEMS_MAX) in f()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c128 long SEM_MAX = sysconf(_SC_SEM_NSEMS_MAX); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c128 long SEM_MAX = sysconf(_SC_SEM_NSEMS_MAX); in main()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt916 _SC_SEM_NSEMS_MAX
Dfuchsia.txt1085 _SC_SEM_NSEMS_MAX
Dnetbsd.txt1112 _SC_SEM_NSEMS_MAX
Ddragonfly.txt1152 _SC_SEM_NSEMS_MAX
Dfreebsd.txt1429 _SC_SEM_NSEMS_MAX
Dapple.txt1736 _SC_SEM_NSEMS_MAX
Dlinux.txt2780 _SC_SEM_NSEMS_MAX
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs721 pub const _SC_SEM_NSEMS_MAX: ::c_int = 16; constant

12