Home
last modified time | relevance | path

Searched refs:_POSIX_THREADS (Results 1 - 18 of 18) sorted by relevance

/third_party/python/Python/
H A Dthread.c12 #ifndef _POSIX_THREADS
17 # include <pthread.h> /* _POSIX_THREADS */
27 #ifndef _POSIX_THREADS
39 #define _POSIX_THREADS macro
43 #endif /* _POSIX_THREADS */
99 #elif defined(_POSIX_THREADS)
196 #if (defined(_POSIX_THREADS) && defined(HAVE_CONFSTR) \ in PyThread_GetInfo()
220 #elif defined(_POSIX_THREADS) in PyThread_GetInfo()
235 #if (defined(_POSIX_THREADS) && defined(HAVE_CONFSTR) \ in PyThread_GetInfo()
H A Dcondvar.h46 #ifdef _POSIX_THREADS
307 #endif /* _POSIX_THREADS, NT_THREADS */
/third_party/python/Include/internal/
H A Dpycore_condvar.h8 #ifndef _POSIX_THREADS
13 # include <pthread.h> /* _POSIX_THREADS */
17 #ifdef _POSIX_THREADS
95 #endif /* _POSIX_THREADS, NT_THREADS */
/third_party/python/Include/cpython/
H A Dpthread_stubs.h8 #ifndef _POSIX_THREADS
9 # define _POSIX_THREADS 1 macro
/third_party/ltp/testcases/kernel/sched/tool/
H A 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/
H A Dfeatures.h54 #define _POSIX_THREADS 1 macro
/third_party/python/Include/
H A Dpythread.h45 #if defined(_POSIX_THREADS)
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h257 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h233 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h260 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h257 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h233 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h239 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h233 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/musl/include/
H A Dunistd.h299 #define _POSIX_THREADS _POSIX_VERSION macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c30 #if _POSIX_THREADS
38 #else // !_POSIX_THREADS
48 #endif // _POSIX_THREADS
/third_party/musl/libc-test/src/api/
H A Dunistd.c36 A(_POSIX_THREADS >= 200809L) in f()
/third_party/rust/crates/nix/src/
H A Dunistd.rs2433 _POSIX_THREADS = libc::_SC_THREADS,

Completed in 20 milliseconds