HomeSort by relevance Sort by last modified time
    Searched refs:POSIX (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/valgrind/main/drd/tests/
linuxthreads_det.stdout.exp 1 NPTL or non-Linux POSIX threads implementation detected.
rwlock_type_checking.stderr.exp 2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
8 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
  /external/chromium_org/third_party/libjingle/source/talk/base/
event.h 33 #elif defined(POSIX)
36 #error "Must define either WIN32 or POSIX."
59 #elif defined(POSIX)
latebindingsymboltable.cc 30 #ifdef POSIX
38 #ifdef POSIX
45 #ifdef POSIX
60 #ifdef POSIX
111 #ifdef POSIX
138 #ifdef POSIX
157 #ifdef POSIX
physicalsocketserver.h 38 #ifdef POSIX
40 #endif // POSIX
54 #ifdef POSIX
68 #elif POSIX
97 #ifdef POSIX
100 // Sets the function to be executed in response to the specified POSIX signal.
120 #ifdef POSIX
latebindingsymboltable.h 37 #ifdef POSIX
timing.cc 31 #if defined(POSIX)
67 #if defined(POSIX)
97 #if defined(POSIX)
103 // NOTE(liulk): for the NOLINT above, long is the appropriate POSIX
106 // POSIX nanosleep may be interrupted by signals.
thread.h 36 #ifdef POSIX
78 #ifdef POSIX
134 // interrupted by a signal (POSIX only).
200 #elif POSIX
248 #ifdef POSIX
nethelpers.h 31 #ifdef POSIX
criticalsection.h 37 #ifdef POSIX
90 #ifdef POSIX
128 #endif // POSIX
event.cc 32 #elif defined(POSIX)
37 #error "Must define either WIN32 or POSIX."
71 #elif defined(POSIX)
  /external/chromium_org/third_party/WebKit/Source/wtf/
ProcessID.h 29 #if OS(POSIX)
  /external/srec/portable/include/
passert.h 31 #if defined(_WIN32) || defined(POSIX)
pmutex.h 26 #undef POSIX
27 #define POSIX
58 #elif defined(POSIX)
  /external/srec/srec/include/
setting.h 66 #elif defined (POSIX)
  /external/chromium_org/third_party/WebKit/Source/
config.h 69 /* OS(POSIX) - Any Unix-like system */
81 /* There is an assumption in the project that either OS(WIN) or OS(POSIX) is set. */
82 #if !OS(WIN) && !OS(POSIX)
83 #error Either OS(WIN) or OS(POSIX) needs to be set.
110 #if OS(POSIX)
114 #endif /* OS(POSIX) */
  /external/lldb/source/Plugins/
Makefile 22 DynamicLoader/POSIX-DYLD \
36 DIRS += Process/Linux Process/POSIX
42 DIRS += Process/FreeBSD Process/POSIX
Android.mk 10 DynamicLoader/POSIX-DYLD \
46 Process/POSIX \
54 Process/POSIX \
  /external/chromium_org/third_party/libjingle/source/talk/examples/stunserver/
stunserver_main.cc 28 #ifdef POSIX
30 #endif // POSIX
  /external/srec/portable/src/
ptimestamp.c 41 #elif defined(POSIX)
  /external/lldb/tools/debugserver/source/
DNBError.h 30 POSIX
66 m_flavor = POSIX;
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/libjingle/source/talk/examples/call/
console.cc 32 #ifdef POSIX
36 #endif // POSIX
44 #ifdef POSIX
150 #ifdef POSIX
  /external/chromium_org/third_party/WebKit/Source/core/frame/
NavigatorID.cpp 35 #if !defined(WEBCORE_NAVIGATOR_PLATFORM) && OS(POSIX) && !OS(MACOSX)
  /external/clang/utils/TestUtils/
pch-test.pl 7 use POSIX;

Completed in 2479 milliseconds

1 2 3 4 5 6 7 8