Searched defs:POSIX (Results 1 - 5 of 5) sorted by relevance

/external/srec/portable/include/
H A Dpmutex.h26 #undef POSIX macro
27 #define POSIX macro
58 #elif defined(POSIX)
/external/icu4c/test/intltest/
H A Dsimplethread.cpp32 #define POSIX 1 macro
47 #if defined(POSIX) || defined(U_SOLARIS) || defined(U_AIX) || defined(U_HPUX)
294 // class SimpleThread POSIX implementation
296 // A note on the POSIX vs the Windows implementations of this class..
301 // On POSIX, there is NO reliable non-blocking mechanism to determine
313 #if defined(POSIX)||defined(U_SOLARIS)||defined(U_AIX)||defined(U_HPUX)
441 // end POSIX
H A Dtsmthred.cpp28 #define POSIX 1 macro
42 #if defined(POSIX) || defined(U_SOLARIS) || defined(U_AIX) || defined(U_HPUX)
/external/icu4c/common/
H A Dumutex.c30 /* Assume POSIX, and modify as necessary below */
31 #define POSIX macro
34 #undef POSIX macro
37 #undef POSIX macro
40 #undef POSIX macro
43 #if defined(POSIX) && (ICU_USE_THREADS==1)
46 #endif /* POSIX && (ICU_USE_THREADS==1) */
73 * On POSIX systems, plain C-style initialization can be used on a mutex, with the
84 /* On WIN32 mutexes are reentrant. On POSIX platforms they are not, and a deadlock
88 * on a POSIX machin
[all...]
/external/regex-re2/re2/
H A Dre2.h236 static const Options POSIX; // POSIX syntax, leftmost-longest match member in class:re2::RE2
476 // posix_syntax (false) restrict regexps to POSIX egrep syntax

Completed in 269 milliseconds