HomeSort by relevance Sort by last modified time
    Searched defs:POSIX (Results 1 - 7 of 7) sorted by null

  /external/srec/portable/include/
pmutex.h 26 #undef POSIX
27 #define POSIX
58 #elif defined(POSIX)
  /external/icu4c/common/
umutex.cpp 31 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
32 # undef POSIX
34 # define POSIX
36 # undef POSIX
39 #if defined(POSIX)
41 #endif /* POSIX */
60 #elif defined(POSIX)
100 * directly using the system (Posix or Windows) APIs. See u_setMutexFunctions().
161 #if defined(POSIX)
164 // POSIX implementation of UMutex
    [all...]
  /external/icu4c/test/intltest/
simplethread.cpp 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
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...]
tsmthred.cpp 33 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
34 # undef POSIX
36 # define POSIX
38 # undef POSIX
52 #if defined(POSIX)
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 104 POSIX.1 behavior with `cc -YPOSIX', which predefines POSIX itself! */
106 # define POSIX 1
110 /* Some systems define _POSIX_VERSION but are not really POSIX.1. */
112 # undef POSIX
115 #if !defined (POSIX) && defined (_AIX) && defined (_POSIX_SOURCE)
116 # define POSIX 1
139 # ifndef POSIX
300 POSIX 1003.2-1992 section 2.5.2.1 page 50 lines 1556-1558 says that
303 host does not conform to POSIX. *
    [all...]
  /external/regex-re2/re2/
re2.h 254 POSIX, // POSIX syntax, leftmost-longest match
509 // posix_syntax (false) restrict regexps to POSIX egrep syntax
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 67 # ifndef POSIX
69 # define POSIX
124 #if (defined POSIX || defined WINDOWS32) && !defined __GNU_LIBRARY__
125 /* Posix does not require that the d_ino field be present, and some
130 #endif /* POSIX */
    [all...]

Completed in 425 milliseconds