Home
last modified time | relevance | path

Searched refs:_POSIX_THREADS (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Python/
Dthread.c11 #ifndef _POSIX_THREADS
26 #ifndef _POSIX_THREADS
38 #define _POSIX_THREADS macro
97 #if defined(_POSIX_THREADS)
190 #if (defined(_POSIX_THREADS) && defined(HAVE_CONFSTR) \ in PyThread_GetInfo()
212 #ifdef _POSIX_THREADS in PyThread_GetInfo()
228 #if (defined(_POSIX_THREADS) && defined(HAVE_CONFSTR) \ in PyThread_GetInfo()
Dcondvar.h46 #ifdef _POSIX_THREADS
/third_party/python/Include/internal/
Dpycore_condvar.h8 #ifndef _POSIX_THREADS
17 #ifdef _POSIX_THREADS
/third_party/python/Include/
Dpythread.h59 #if defined(_POSIX_THREADS)
126 #if defined(_POSIX_THREADS)
/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c37 #ifdef _POSIX_THREADS
122 #ifdef _POSIX_THREADS in main()
317 #ifdef _POSIX_THREADS in run_yielder()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dfeatures.h54 #define _POSIX_THREADS 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c30 #if _POSIX_THREADS
/third_party/musl/ndk_musl_include/
Dunistd.h220 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h257 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h233 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/linux/user/include/
Dunistd.h260 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h257 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h233 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h233 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h239 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/include/
Dunistd.h239 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/libc-test/src/api/
Dunistd.c36 A(_POSIX_THREADS >= 200809L) in f()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch352 +# undef _POSIX_THREADS
356 #ifndef _POSIX_THREADS
363 +/* winpthreads are involved via windows header, so need undef _POSIX_THREADS after header include …
364 +#if defined(_POSIX_THREADS)
365 +#undef _POSIX_THREADS
584 +# undef _POSIX_THREADS
2656 +# if defined(HAVE_SEM_OPEN) && defined(_POSIX_THREADS)
/third_party/python/
Dconfigure.ac3261 # define _POSIX_THREADS in unistd.h. Some apparently don't
3263 AC_MSG_CHECKING(for _POSIX_THREADS in unistd.h)
3267 #ifdef _POSIX_THREADS
3321 AC_DEFINE(_POSIX_THREADS, 1, definition
Dpyconfig.h.in1642 #undef _POSIX_THREADS
/third_party/rust/crates/nix/src/
Dunistd.rs2433 _POSIX_THREADS = libc::_SC_THREADS,