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

  /external/lldb/tools/debugserver/source/
DNBError.h 30 POSIX
66 m_flavor = POSIX;
  /external/chromium_org/third_party/icu/source/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
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)
    [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...]
  /external/icu/icu4c/source/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
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)
    [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...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp 647 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX);
651 err.SetError(::pthread_join(m_exception_thread, NULL), DNBError::POSIX);
    [all...]
MachProcess.cpp 451 DNBError err(errno, DNBError::POSIX);
546 DNBError err(errno, DNBError::POSIX);
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 295 milliseconds