Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(403)

Issue 6407048: Add a skia method to perform an atomic add. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by Leon
Modified:
11 years, 11 months ago
Reviewers:
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Add a skia method to perform an atomic add. Complements sk_atomic_inc for when you want to increase by more than one. This time, use the correct atomic add function on Windows. Reviewed at https://codereview.appspot.com/6399050/ Committed: https://code.google.com/p/skia/source/detail?r=4623

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -3 lines) Patch
M gyp/tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkThread.h View 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkThread_platform.h View 1 3 chunks +15 lines, -2 lines 0 comments Download
M src/ports/SkThread_none.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ports/SkThread_pthread.cpp View 2 chunks +14 lines, -0 lines 0 comments Download
M src/ports/SkThread_win.cpp View 2 chunks +6 lines, -1 line 0 comments Download
A tests/AtomicTest.cpp View 1 chunk +61 lines, -0 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b