OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POSIX
(Results
1 - 10
of
10
) sorted by null
/external/srec/portable/include/
pmutex.h
26
#undef
POSIX
27
#define
POSIX
58
#elif defined(
POSIX
)
/external/icu4c/common/
umutex.cpp
31
/* Prefer native Windows APIs even if
POSIX
is implemented (i.e., on Cygwin). */
32
# undef
POSIX
34
# define
POSIX
36
# undef
POSIX
39
#if defined(
POSIX
)
41
#endif /*
POSIX
*/
60
#elif defined(
POSIX
)
100
* directly using the system (
Posix
or Windows) APIs. See u_setMutexFunctions().
161
#if defined(
POSIX
)
164
//
POSIX
implementation of UMutex
[
all
...]
/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/icu/source/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/icu4c/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
60
#if defined(
POSIX
)
302
// class SimpleThread
POSIX
implementation
304
// A note on the
POSIX
vs the Windows implementations of this class..
309
// On
POSIX
, there is NO reliable non-blocking mechanism to determine
321
#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
...]
/ndk/sources/host-tools/make-3.81/
make.h
104
POSIX
.1 behavior with `cc -YPOSIX', which predefines
POSIX
itself! */
106
# define
POSIX
1
110
/* Some systems define _POSIX_VERSION but are not really
POSIX
.1. */
112
# undef
POSIX
115
#if !defined (
POSIX
) && defined (_AIX) && defined (_POSIX_SOURCE)
116
# define
POSIX
1
139
# ifndef
POSIX
300
POSIX
1003.2-1992 section 2.5.2.1 page 50 lines 1556-1558 says that
303
host does not conform to
POSIX
. *
[
all
...]
/external/regex-re2/re2/
re2.h
254
POSIX
, //
POSIX
syntax, leftmost-longest match
509
// posix_syntax (false) restrict regexps to
POSIX
egrep syntax
[
all
...]
/ndk/sources/host-tools/make-3.81/glob/
glob.c
67
# ifndef
POSIX
69
# define
POSIX
124
#if (defined
POSIX
|| defined WINDOWS32) && !defined __GNU_LIBRARY__
125
/*
Posix
does not require that the d_ino field be present, and some
130
#endif /*
POSIX
*/
[
all
...]
Completed in 210 milliseconds