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

  /external/srec/portable/include/
pmutex.h 26 #undef POSIX
27 #define POSIX
58 #elif defined(POSIX)
  /external/chromium/third_party/icu/source/common/
umutex.c 41 /* Assume POSIX, and modify as necessary below */
42 #define POSIX
45 #undef POSIX
48 #undef POSIX
51 #undef POSIX
54 #if defined(POSIX) && (ICU_USE_THREADS==1)
57 #endif /* POSIX && (ICU_USE_THREADS==1) */
83 * On POSIX systems, C-style init can be used on a mutex, with the
147 #elif defined(POSIX)
150 * POSIX platform variable declaration
    [all...]
  /external/icu4c/common/
umutex.c 46 /* Assume POSIX, and modify as necessary below */
47 #define POSIX
50 #undef POSIX
53 #undef POSIX
56 #undef POSIX
59 #if defined(POSIX) && (ICU_USE_THREADS==1)
62 #endif /* POSIX && (ICU_USE_THREADS==1) */
89 * On POSIX systems, plain C-style initialization can be used on a mutex, with the
100 /* On WIN32 mutexes are reentrant. On POSIX platforms they are not, and a deadlock
104 * 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...]
  /external/chromium/third_party/icu/source/test/intltest/
tsmthred.cpp 26 #define POSIX 1
40 #if defined(POSIX) || defined(U_SOLARIS) || defined(U_AIX) || defined(U_HPUX)
337 // class SimpleThread POSIX implementation
339 // A note on the POSIX vs the Windows implementations of this class..
344 // On POSIX, there is NO reliable non-blocking mechanism to determine
356 #if defined(POSIX)||defined(U_SOLARIS)||defined(U_AIX)||defined(U_HPUX)
484 // end POSIX
    [all...]

Completed in 828 milliseconds