OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POSIX
(Results
1 - 4
of
4
) sorted by null
/external/srec/portable/include/
pmutex.h
26
#undef
POSIX
27
#define
POSIX
58
#elif defined(
POSIX
)
/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
...]
Completed in 4243 milliseconds