1 2 3 4 5 6 7 8 9 10 11
// Copyright 2011 Google Inc. All Rights Reserved. #include "macros.h" #include "thread.h" namespace art { void Thread::InitCpu() { } } // namespace art