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

Side by Side Diff: include/private/SkSpinlock.h

Issue 1368333004: Move Mutexy things to private. (Closed) Base URL: https://skia.googlesource.com/skia.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
« no previous file with comments | « include/private/SkOnce.h ('k') | src/core/SkSharedMutex.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2015 Google Inc. 2 * Copyright 2015 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 // This file is not part of the public Skia API. 8 // This file is not part of the public Skia API.
9 9
10 #ifndef SkSpinlock_DEFINED 10 #ifndef SkSpinlock_DEFINED
(...skipping 24 matching lines...) Expand all
35 bool fLocked; 35 bool fLocked;
36 }; 36 };
37 37
38 // For non-global-static use cases, this is normally what you want. 38 // For non-global-static use cases, this is normally what you want.
39 class SkSpinlock : public SkPODSpinlock { 39 class SkSpinlock : public SkPODSpinlock {
40 public: 40 public:
41 SkSpinlock() { this->release(); } 41 SkSpinlock() { this->release(); }
42 }; 42 };
43 43
44 #endif//SkSpinlock_DEFINED 44 #endif//SkSpinlock_DEFINED
OLDNEW
« no previous file with comments | « include/private/SkOnce.h ('k') | src/core/SkSharedMutex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698