Home
last modified time | relevance | path

Searched defs:_POSIX_THREADS (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Python/
Dthread.c38 #define _POSIX_THREADS macro
/external/python/cpython2/Python/
Dthread.c58 #define _POSIX_THREADS macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h1191 #define _POSIX_THREADS 1 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h1191 #define _POSIX_THREADS 1 macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h1191 #define _POSIX_THREADS 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h1191 #define _POSIX_THREADS 1 macro
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py238 _POSIX_THREADS = 1 variable
/external/python/cpython2/
Dconfigure.ac2767 AC_DEFINE(_POSIX_THREADS, 1, definition
/external/python/cpython3/
Dconfigure.ac3287 AC_DEFINE(_POSIX_THREADS, 1, definition
/external/rust/crates/nix/src/
Dunistd.rs2197 _POSIX_THREADS = libc::_SC_THREADS, enumerator