Home
last modified time | relevance | path

Searched refs:_SC_SEM_NSEMS_MAX (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
H A D7-1.c91 max = sysconf(_SC_SEM_NSEMS_MAX); in main()
94 output("sysconf(_SC_SEM_NSEMS_MAX) = %ld\n", max); in main()
/third_party/musl/libc-test/src/functionalext/supplement/conf/conf_gtest/
H A Dconf_sysconf_test.cpp101 * identifier by comparing the value returned by sysconf(_SC_SEM_NSEMS_MAX) with the predefined value
107 int result = sysconf(_SC_SEM_NSEMS_MAX); in HWTEST_F()
/third_party/ltp/testcases/kernel/syscalls/sysconf/
H A Dsysconf01.c137 test_sysconf(_SC_SEM_NSEMS_MAX); in main()
/third_party/musl/porting/linux/user/src/conf/
H A Dsysconf.c60 [_SC_SEM_NSEMS_MAX] = SEM_NSEMS_MAX, in sysconf()
/third_party/musl/src/conf/
H A Dsysconf.c66 [_SC_SEM_NSEMS_MAX] = SEM_NSEMS_MAX, in sysconf()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h337 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h313 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h340 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h337 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h313 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h319 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h313 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/musl/include/
H A Dunistd.h379 #define _SC_SEM_NSEMS_MAX 32 macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c128 long SEM_MAX = sysconf(_SC_SEM_NSEMS_MAX); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c128 long SEM_MAX = sysconf(_SC_SEM_NSEMS_MAX); in main()
/third_party/musl/libc-test/src/api/
H A Dunistd.c183 C(_SC_SEM_NSEMS_MAX) in f()
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs721 pub const _SC_SEM_NSEMS_MAX: ::c_int = 16; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs747 pub const _SC_SEM_NSEMS_MAX: ::c_int = 32; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1122 pub const _SC_SEM_NSEMS_MAX: ::c_int = 49; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1163 pub const _SC_SEM_NSEMS_MAX: ::c_int = 31; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1140 pub const _SC_SEM_NSEMS_MAX: ::c_int = 28; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1764 pub const _SC_SEM_NSEMS_MAX: ::c_int = 89; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1664 pub const _SC_SEM_NSEMS_MAX: ::c_int = 22; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1124 pub const _SC_SEM_NSEMS_MAX: ::c_int = 53; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1998 pub const _SC_SEM_NSEMS_MAX: ::c_int = 36; consts

Completed in 78 milliseconds

12