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/common/
H A Dumutex.cpp31 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
32 # undef POSIX macro
34 # define POSIX macro
36 # undef POSIX macro
39 #if defined(POSIX)
41 #endif /* POSIX */
60 #elif defined(POSIX)
161 #if defined(POSIX)
164 // POSIX implementation of UMutex.
379 #if defined (POSIX)
[all...]
/external/icu4c/test/intltest/
H A Dsimplethread.cpp18 // Defines _XOPEN_SOURCE for access to POSIX functions.
42 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
43 # undef POSIX macro
45 # define POSIX macro
47 # undef POSIX macro
60 #if defined(POSIX)
302 // class SimpleThread POSIX implementation
304 // A note on the POSIX vs the Windows implementations of this class..
309 // On POSIX, there is NO reliable non-blocking mechanism to determine
321 #if defined(POSIX)
[all...]
H A Dtsmthred.cpp33 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
34 # undef POSIX macro
36 # define POSIX macro
38 # undef POSIX macro
52 #if defined(POSIX)
/external/regex-re2/re2/
H A Dre2.h254 POSIX, // POSIX syntax, leftmost-longest match enumerator in enum:re2::RE2::CannedOptions
509 // posix_syntax (false) restrict regexps to POSIX egrep syntax

Completed in 2358 milliseconds