/third_party/python/Python/ |
D | thread.c | 11 #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()
|
D | condvar.h | 46 #ifdef _POSIX_THREADS
|
/third_party/python/Include/internal/ |
D | pycore_condvar.h | 8 #ifndef _POSIX_THREADS 17 #ifdef _POSIX_THREADS
|
/third_party/python/Include/ |
D | pythread.h | 59 #if defined(_POSIX_THREADS) 126 #if defined(_POSIX_THREADS)
|
/third_party/ltp/testcases/kernel/sched/tool/ |
D | time-schedule.c | 37 #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/ |
D | features.h | 54 #define _POSIX_THREADS 1 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 30 #if _POSIX_THREADS
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 220 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 257 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 233 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 260 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 257 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 233 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 233 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 239 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/include/ |
D | unistd.h | 239 #define _POSIX_THREADS _POSIX_VERSION macro
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 36 A(_POSIX_THREADS >= 200809L) in f()
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 352 +# 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/ |
D | configure.ac | 3261 # 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
|
D | pyconfig.h.in | 1642 #undef _POSIX_THREADS
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 2433 _POSIX_THREADS = libc::_SC_THREADS,
|