Home | History | Annotate | Download | only in intltest

Lines Matching defs:POSIX

18 // 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
45 # define POSIX
47 # undef POSIX
62 #if defined(POSIX)
304 // class SimpleThread POSIX implementation
306 // A note on the POSIX vs the Windows implementations of this class..
311 // On POSIX, there is NO reliable non-blocking mechanism to determine
323 #if defined(POSIX)
451 // end POSIX