Home
last modified time | relevance | path

Searched defs:SEM_VALUE_MAX (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/_multiprocessing/
Dmultiprocessing.h23 # define SEM_VALUE_MAX LONG_MAX macro
37 # define SEM_VALUE_MAX sysconf(_SC_SEM_VALUE_MAX) macro
39 # define SEM_VALUE_MAX _SEM_VALUE_MAX macro
41 # define SEM_VALUE_MAX _POSIX_SEM_VALUE_MAX macro
43 # define SEM_VALUE_MAX INT_MAX macro
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h29 # define SEM_VALUE_MAX LONG_MAX macro
55 # define SEM_VALUE_MAX sysconf(_SC_SEM_VALUE_MAX) macro
57 # define SEM_VALUE_MAX _SEM_VALUE_MAX macro
59 # define SEM_VALUE_MAX _POSIX_SEM_VALUE_MAX macro
61 # define SEM_VALUE_MAX INT_MAX macro
/external/python/cpython2/Lib/multiprocessing/
Dsynchronize.py66 SEM_VALUE_MAX = _multiprocessing.SemLock.SEM_VALUE_MAX variable
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py40 SEM_VALUE_MAX = _multiprocessing.SemLock.SEM_VALUE_MAX variable
/external/rust/crates/nix/src/
Dunistd.rs2350 SEM_VALUE_MAX = libc::_SC_SEM_VALUE_MAX, enumerator