OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ERRNO
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc
85
* the same copy of
errno
!
134
#define NO_INTR(fn) do {} while ((fn) < 0 &&
errno
== EINTR)
138
* a private copy of
errno
. This only works in C++, but it has the
156
#define
ERRNO
sys.my_errno
158
#define
ERRNO
my_errno
267
args->err =
errno
;
438
if (
errno
!= EINTR) {
490
args->err =
errno
;
576
args.err =
errno
;
583
* of
errno
. We must make sure that at least one of these processe
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc
85
* the same copy of
errno
!
134
#define NO_INTR(fn) do {} while ((fn) < 0 &&
errno
== EINTR)
138
* a private copy of
errno
. This only works in C++, but it has the
156
#define
ERRNO
sys.my_errno
158
#define
ERRNO
my_errno
267
args->err =
errno
;
438
if (
errno
!= EINTR) {
490
args->err =
errno
;
576
args.err =
errno
;
583
* of
errno
. We must make sure that at least one of these processe
[
all
...]
Completed in 371 milliseconds