OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedAllowIO
(Results
1 - 7
of
7
) 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
329
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
909
base::ThreadRestrictions::
ScopedAllowIO
allow_io;
[
all
...]
/external/libchrome/base/threading/
thread_restrictions.h
125
// Constructing a
ScopedAllowIO
temporarily allows IO for the current
127
class BASE_EXPORT
ScopedAllowIO
{
129
ScopedAllowIO
() { previous_value_ = SetIOAllowed(true); }
130
~
ScopedAllowIO
() { SetIOAllowed(previous_value_); }
132
// Whether IO is allowed when the
ScopedAllowIO
was constructed.
135
DISALLOW_COPY_AND_ASSIGN(
ScopedAllowIO
);
/external/libchrome/base/process/
process_iterator_linux.cc
46
ThreadRestrictions::
ScopedAllowIO
allow_io;
process_metrics_linux.cc
62
ThreadRestrictions::
ScopedAllowIO
allow_io;
103
ThreadRestrictions::
ScopedAllowIO
allow_io;
146
ThreadRestrictions::
ScopedAllowIO
allow_io;
260
ThreadRestrictions::
ScopedAllowIO
allow_io;
349
ThreadRestrictions::
ScopedAllowIO
allow_io;
402
ThreadRestrictions::
ScopedAllowIO
allow_io;
689
ThreadRestrictions::
ScopedAllowIO
allow_io;
819
ThreadRestrictions::
ScopedAllowIO
allow_io;
916
ThreadRestrictions::
ScopedAllowIO
allow_io;
internal_linux.cc
56
ThreadRestrictions::
ScopedAllowIO
allow_io;
/external/libchrome/base/
sys_info_chromeos.cc
75
ThreadRestrictions::
ScopedAllowIO
allow_io;
Completed in 6340 milliseconds