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

Issue 6812062: Implement SkCondVar for windows. (Closed)

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

Description

Implement SkCondVar for windows. Only works on Vista or later, since it uses condition variables. Committed: https://code.google.com/p/skia/source/detail?r=6225

Patch Set 1 #

Total comments: 2

Patch Set 2 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -12 lines) Patch
M gyp/utils.gyp View 1 chunk +0 lines, -9 lines 0 comments Download
M include/utils/SkCondVar.h View 2 chunks +26 lines, -3 lines 0 comments Download
M src/utils/SkCondVar.cpp View 1 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 3
Leon
11 years, 6 months ago (2012-10-31 19:15:22 UTC) #1
mtklein
LGTM https://codereview.appspot.com/6812062/diff/1/src/utils/SkCondVar.cpp File src/utils/SkCondVar.cpp (right): https://codereview.appspot.com/6812062/diff/1/src/utils/SkCondVar.cpp#newcode25 src/utils/SkCondVar.cpp:25: DeleteCriticalSection(&fCriticalSection); Can you add // No need to ...
11 years, 6 months ago (2012-10-31 19:20:18 UTC) #2
Leon
11 years, 6 months ago (2012-10-31 19:28:50 UTC) #3
https://codereview.appspot.com/6812062/diff/1/src/utils/SkCondVar.cpp
File src/utils/SkCondVar.cpp (right):

https://codereview.appspot.com/6812062/diff/1/src/utils/SkCondVar.cpp#newcode25
src/utils/SkCondVar.cpp:25: DeleteCriticalSection(&fCriticalSection);
On 2012/10/31 19:20:18, mtklein wrote:
> Can you add // No need to clean up fCondition.
> ?

Done.
Sign in to reply to this message.

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