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.c 30 /* Assume POSIX, and modify as necessary below */
31 #define POSIX
34 #undef POSIX
37 #undef POSIX
40 #undef POSIX
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 machine, debugging may be easier on Windows
    [all...]
  /external/icu4c/test/intltest/
simplethread.cpp 32 #define POSIX 1
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
tsmthred.cpp 28 #define POSIX 1
42 #if defined(POSIX) || defined(U_SOLARIS) || defined(U_AIX) || defined(U_HPUX)
    [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 236 static const Options POSIX; // POSIX syntax, leftmost-longest match
476 // 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 983 milliseconds