Searched refs:_STLP_NO_THREADS (Results 1 - 6 of 6) sorted by relevance

/external/stlport/stlport/stl/config/
H A Dhost.h6 * _STLP_NO_THREADS: if defined, STLport don't use any
11 #define _STLP_NO_THREADS
22 #if (defined (_STLP_NOTHREADS) || defined (_STLP_NO_THREADS) || defined (NOTHREADS))
26 # if !defined (_STLP_NO_THREADS)
27 # define _STLP_NO_THREADS macro
H A D_dm.h54 #if defined (_MT) && !defined (_STLP_NO_THREADS)
H A D_linux.h25 #if !defined(_STLP_NO_THREADS) && !defined(_REENTRANT)
H A D_apple.h92 #define _STLP_NO_THREADS //*TY 12/17/2000 - multi-thread capability not explored, yet. macro
H A D_msvc.h62 #if defined (_MT) && !defined (_STLP_NO_THREADS)
/external/stlport/src/
H A Dallocators.cpp31 #if defined (_STLP_PTHREADS) && !defined (_STLP_NO_THREADS)
748 #if defined (_STLP_PTHREADS) && !defined (_STLP_NO_THREADS)

Completed in 5611 milliseconds