OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedAllowIO
(Results
1 - 10
of
10
) sorted by null
/external/libchrome/crypto/
scoped_test_nss_db.cc
21
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
59
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
nss_util.cc
330
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
911
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
[
all
...]
/external/libchrome/base/threading/
thread_restrictions.h
127
// Constructing a
ScopedAllowIO
temporarily allows IO for the current
129
class BASE_EXPORT
ScopedAllowIO
{
131
ScopedAllowIO
() { previous_value_ = SetIOAllowed(true); }
132
~
ScopedAllowIO
() { SetIOAllowed(previous_value_); }
134
// Whether IO is allowed when the
ScopedAllowIO
was constructed.
137
DISALLOW_COPY_AND_ASSIGN(
ScopedAllowIO
);
/external/libmojo/base/android/
important_file_writer_android.cc
23
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/libchrome/base/process/
process_iterator_linux.cc
46
ThreadRestrictions::
ScopedAllowIO
allow_io;
process_metrics_linux.cc
62
ThreadRestrictions::
ScopedAllowIO
allow_io;
104
ThreadRestrictions::
ScopedAllowIO
allow_io;
147
ThreadRestrictions::
ScopedAllowIO
allow_io;
261
ThreadRestrictions::
ScopedAllowIO
allow_io;
350
ThreadRestrictions::
ScopedAllowIO
allow_io;
403
ThreadRestrictions::
ScopedAllowIO
allow_io;
703
ThreadRestrictions::
ScopedAllowIO
allow_io;
835
ThreadRestrictions::
ScopedAllowIO
allow_io;
932
ThreadRestrictions::
ScopedAllowIO
allow_io;
internal_linux.cc
56
ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/libmojo/base/debug/
stack_trace_android.cc
92
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/libchrome/base/
sys_info_chromeos.cc
75
ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/libchrome/base/memory/
shared_memory_posix.cc
211
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
414
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
Completed in 523 milliseconds