OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ErrnoRestorer
(Results
1 - 19
of
19
) sorted by null
/bionic/libc/private/
ErrnoRestorer.h
24
class
ErrnoRestorer
{
26
explicit
ErrnoRestorer
() : saved_errno_(errno) {
29
~
ErrnoRestorer
() {
40
DISALLOW_COPY_AND_ASSIGN(
ErrnoRestorer
);
/bionic/libc/bionic/
posix_fallocate.cpp
31
#include "private/
ErrnoRestorer
.h"
34
ErrnoRestorer
errno_restorer;
39
ErrnoRestorer
errno_restorer;
posix_madvise.cpp
32
#include "private/
ErrnoRestorer
.h"
35
ErrnoRestorer
errno_restorer;
posix_fadvise.cpp
31
#include "private/
ErrnoRestorer
.h"
43
ErrnoRestorer
errno_restorer;
48
ErrnoRestorer
errno_restorer;
clock_getcpuclockid.cpp
32
#include "private/
ErrnoRestorer
.h"
35
ErrnoRestorer
errno_restorer;
clock_nanosleep.cpp
31
#include "private/
ErrnoRestorer
.h"
36
ErrnoRestorer
errno_restorer;
pthread_getschedparam.cpp
31
#include "private/
ErrnoRestorer
.h"
35
ErrnoRestorer
errno_restorer;
pthread_kill.cpp
32
#include "private/
ErrnoRestorer
.h"
38
ErrnoRestorer
errno_restorer;
pthread_setschedparam.cpp
31
#include "private/
ErrnoRestorer
.h"
35
ErrnoRestorer
errno_restorer;
pthread_sigmask.cpp
33
#include "private/
ErrnoRestorer
.h"
36
ErrnoRestorer
errno_restorer;
fchmodat.cpp
35
#include "private/
ErrnoRestorer
.h"
61
ErrnoRestorer
errno_restorer; // don't let close() clobber errno
tmpfile.cpp
41
#include "private/
ErrnoRestorer
.h"
83
ErrnoRestorer
errno_restorer;
96
ErrnoRestorer
errno_restorer;
mmap.cpp
33
#include "private/
ErrnoRestorer
.h"
52
ErrnoRestorer
errno_restorer;
pthread_setname_np.cpp
39
#include "private/
ErrnoRestorer
.h"
47
ErrnoRestorer
errno_restorer;
strerror_r.cpp
15
#include "private/
ErrnoRestorer
.h"
53
ErrnoRestorer
errno_restorer;
71
ErrnoRestorer
errno_restorer; // The glibc strerror_r doesn't set errno if it truncates...
dirent.cpp
39
#include "private/
ErrnoRestorer
.h"
126
ErrnoRestorer
errno_restorer;
pthread_attr.cpp
37
#include "private/
ErrnoRestorer
.h"
118
ErrnoRestorer
errno_restorer;
pthread_create.cpp
43
#include "private/
ErrnoRestorer
.h"
214
ErrnoRestorer
errno_restorer;
stubs.cpp
42
#include "private/
ErrnoRestorer
.h"
83
ErrnoRestorer
errno_restorer;
Completed in 90 milliseconds