Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: src/base/platform/platform.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This module contains the platform-specific code. This make the rest of the 5 // This module contains the platform-specific code. This make the rest of the
6 // code less dependent on operating system, compilers and runtime libraries. 6 // code less dependent on operating system, compilers and runtime libraries.
7 // This module does specifically not deal with differences between different 7 // This module does specifically not deal with differences between different
8 // processor architecture. 8 // processor architecture.
9 // The platform classes have the same definition for all platforms. The 9 // The platform classes have the same definition for all platforms. The
10 // implementation for a particular platform is put in platform_<os>.cc. 10 // implementation for a particular platform is put in platform_<os>.cc.
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 472
473 PlatformData* data_; 473 PlatformData* data_;
474 474
475 char name_[kMaxThreadNameLength]; 475 char name_[kMaxThreadNameLength];
476 int stack_size_; 476 int stack_size_;
477 Semaphore* start_semaphore_; 477 Semaphore* start_semaphore_;
478 478
479 DISALLOW_COPY_AND_ASSIGN(Thread); 479 DISALLOW_COPY_AND_ASSIGN(Thread);
480 }; 480 };
481 481
482 } } // namespace v8::base 482 } // namespace base
483 } // namespace v8
483 484
484 #endif // V8_BASE_PLATFORM_PLATFORM_H_ 485 #endif // V8_BASE_PLATFORM_PLATFORM_H_
OLDNEW
« no previous file with comments | « src/base/platform/mutex.cc ('k') | src/base/platform/platform-aix.cc » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698