HomeSort by relevance Sort by last modified time
    Searched full:setsingletonallowed (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/threading/
thread_restrictions.h 58 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
59 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
81 static bool SetSingletonAllowed(bool allowed);
91 static bool SetSingletonAllowed(bool allowed) { return true; }
thread_restrictions.cc 45 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) {
platform_thread_win.cc 35 base::ThreadRestrictions::SetSingletonAllowed(false);
platform_thread_posix.cc 49 base::ThreadRestrictions::SetSingletonAllowed(false);

Completed in 172 milliseconds