Home
last modified time | relevance | path

Searched refs:_SC_SEM_VALUE_MAX (Results 1 - 25 of 26) sorted by relevance

12

/third_party/python/Modules/_multiprocessing/
H A Dmultiprocessing.h38 #if defined(HAVE_SYSCONF) && defined(_SC_SEM_VALUE_MAX)
39 # define SEM_VALUE_MAX sysconf(_SC_SEM_VALUE_MAX)
/third_party/ltp/testcases/kernel/syscalls/sysconf/
H A Dsysconf01.c138 test_sysconf(_SC_SEM_VALUE_MAX); in main()
/third_party/musl/porting/linux/user/src/conf/
H A Dsysconf.c61 [_SC_SEM_VALUE_MAX] = JT_SEM_VALUE_MAX, in sysconf()
/third_party/musl/src/conf/
H A Dsysconf.c67 [_SC_SEM_VALUE_MAX] = JT_SEM_VALUE_MAX, in sysconf()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h338 #define _SC_SEM_VALUE_MAX 33 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h314 #define _SC_SEM_VALUE_MAX 33 macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h341 #define _SC_SEM_VALUE_MAX 33 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h338 #define _SC_SEM_VALUE_MAX 33 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h314 #define _SC_SEM_VALUE_MAX 33 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h320 #define _SC_SEM_VALUE_MAX 33 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h314 #define _SC_SEM_VALUE_MAX 33 macro
/third_party/musl/include/
H A Dunistd.h380 #define _SC_SEM_VALUE_MAX 33 macro
/third_party/musl/libc-test/src/api/
H A Dunistd.c184 C(_SC_SEM_VALUE_MAX) in f()
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs722 pub const _SC_SEM_VALUE_MAX: ::c_int = 17; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs748 pub const _SC_SEM_VALUE_MAX: ::c_int = 33; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1123 pub const _SC_SEM_VALUE_MAX: ::c_int = 50; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1164 pub const _SC_SEM_VALUE_MAX: ::c_int = 32; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1141 pub const _SC_SEM_VALUE_MAX: ::c_int = 29; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1665 pub const _SC_SEM_VALUE_MAX: ::c_int = 23; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1125 pub const _SC_SEM_VALUE_MAX: ::c_int = 54; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1999 pub const _SC_SEM_VALUE_MAX: ::c_int = 37; consts
/third_party/rust/crates/nix/src/
H A Dunistd.rs2624 SEM_VALUE_MAX = libc::_SC_SEM_VALUE_MAX,
/third_party/python/Modules/
H A Dposixmodule.c12364 #ifdef _SC_SEM_VALUE_MAX
12365 {"SC_SEM_VALUE_MAX", _SC_SEM_VALUE_MAX},
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2158 pub const _SC_SEM_VALUE_MAX: ::c_int = 33; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1274 pub const _SC_SEM_VALUE_MAX: ::c_int = 33; consts

Completed in 94 milliseconds

12