Lines Matching defs:base
5 #include "base/threading/platform_thread.h"
7 #include "base/logging.h"
8 #include "base/threading/thread_restrictions.h"
9 #include "base/win/windows_version.h"
11 namespace base {
35 base::ThreadRestrictions::SetSingletonAllowed(false);
49 if (stack_size > 0 && base::win::GetVersion() >= base::win::VERSION_XP) {
136 base::ThreadRestrictions::AssertIOAllowed();
147 } // namespace base