Home
last modified time | relevance | path

Searched refs:SetSingletonAllowed (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/threading/
Dthread_restrictions.h432 static bool SetSingletonAllowed(bool allowed);
447 static bool SetSingletonAllowed(bool allowed) { return true; } in SetSingletonAllowed() function
Dthread_restrictions.cc136 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { in SetSingletonAllowed() function in base::ThreadRestrictions
Dplatform_thread_posix.cc62 base::ThreadRestrictions::SetSingletonAllowed(false); in ThreadFunc()
/external/libchrome/base/task_scheduler/
Dtask_tracker.cc473 ThreadRestrictions::SetSingletonAllowed( in RunOrSkipTask()
539 ThreadRestrictions::SetSingletonAllowed(previous_singleton_allowed); in RunOrSkipTask()
Dtask_tracker_unittest.cc156 ThreadRestrictions::SetSingletonAllowed(singleton_allowed)) {} in ScopedSetSingletonAllowed()
158 ThreadRestrictions::SetSingletonAllowed(previous_value_); in ~ScopedSetSingletonAllowed()