Searched defs:POSIX (Results 1 - 10 of 10) sorted by relevance

/external/srec/portable/include/
H A Dpmutex.h26 #undef POSIX macro
27 #define POSIX macro
58 #elif defined(POSIX)
/external/lldb/tools/debugserver/source/
H A DDNBError.h30 POSIX enumerator in enum:DNBError::__anon25389
66 m_flavor = POSIX;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsimplethread.cpp18 // 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 macro
45 # define POSIX macro
47 # undef POSIX macro
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...]
H A Dtsmthred.cpp33 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
34 # undef POSIX macro
36 # define POSIX macro
38 # undef POSIX macro
52 #if defined(POSIX)
/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp18 // 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 macro
45 # define POSIX macro
47 # undef POSIX macro
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...]
H A Dtsmthred.cpp33 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
34 # undef POSIX macro
36 # define POSIX macro
38 # undef POSIX macro
52 #if defined(POSIX)
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.cpp647 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX); member in class:DNBError
651 err.SetError(::pthread_join(m_exception_thread, NULL), DNBError::POSIX); member in class:DNBError
H A DMachProcess.cpp451 DNBError err(errno, DNBError::POSIX);
546 DNBError err(errno, DNBError::POSIX);
1308 err.SetError (select_errno, DNBError::POSIX);
1773 DNBError ptrace_err(errno, DNBError::POSIX);
1816 err.SetError( ::posix_spawnattr_init (&attr), DNBError::POSIX); member in class:DNBError
1833 err.SetError( ::posix_spawnattr_setflags (&attr, flags), DNBError::POSIX); member in class:DNBError
1852 err.SetError( ::posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount), DNBError::POSIX); member in class:DNBError
1864 err.SetError( ::posix_spawn_file_actions_init (&file_actions), DNBError::POSIX); member in class:DNBError
1894 DNBError::POSIX); member in class:DNBError
1903 DNBError::POSIX); member in class:DNBError
1912 DNBError::POSIX); member in class:DNBError
1921 err.SetError( ::posix_spawnp (&pid, path, &file_actions, &attr, (char * const*)argv, (char * const*)envp), DNBError::POSIX); member in class:DNBError
1932 err.SetError( ::posix_spawnp (&pid, path, NULL, &attr, (char * const*)argv, (char * const*)envp), DNBError::POSIX); member in class:DNBError
1963 err2.SetError( ::posix_spawn_file_actions_destroy (&file_actions), DNBError::POSIX); member in class:DNBError
[all...]
/external/regex-re2/re2/
H A Dre2.h254 POSIX, // POSIX syntax, leftmost-longest match enumerator in enum:re2::RE2::CannedOptions
509 // posix_syntax (false) restrict regexps to POSIX egrep syntax
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 971 milliseconds