OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedAllowWait
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/threading/
thread_restrictions.h
245
// Constructing a
ScopedAllowWait
temporarily allows waiting on the current
249
class BASE_EXPORT
ScopedAllowWait
{
251
ScopedAllowWait
() { previous_value_ = SetWaitAllowed(true); }
252
~
ScopedAllowWait
() { SetWaitAllowed(previous_value_); }
254
// Whether singleton use is allowed when the
ScopedAllowWait
was
258
DISALLOW_COPY_AND_ASSIGN(
ScopedAllowWait
);
simple_thread.cc
40
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
52
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
thread.cc
140
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
180
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
sequenced_worker_pool.cc
720
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
770
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
[
all
...]
/external/libchrome/base/message_loop/
message_pump_default.cc
51
ThreadRestrictions::
ScopedAllowWait
allow_wait;
/external/libchrome/dbus/
bus.cc
523
base::ThreadRestrictions::
ScopedAllowWait
allow_wait;
[
all
...]
Completed in 293 milliseconds