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

Issue 1758503002: Make the lock/unlock and Enter/Exit methods in Mutex and Monitor private so taht we always use the … (Closed)

Created:
4 years, 9 months ago by siva
Modified:
4 years, 9 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make the lock/unlock and Enter/Exit methods in Mutex and Monitor private so taht we always use the locker objects for operating on mutexes/monitors. R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/3067a27a8cb256e75325a3fc4942b98a78d70e76

Patch Set 1 #

Patch Set 2 : self-code-review-comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -81 lines) Patch
M runtime/vm/message_handler.h View 1 4 chunks +8 lines, -13 lines 0 comments Download
M runtime/vm/message_handler.cc View 9 chunks +17 lines, -39 lines 0 comments Download
M runtime/vm/message_handler_test.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M runtime/vm/os_thread.h View 1 4 chunks +26 lines, -16 lines 0 comments Download
M runtime/vm/service.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M runtime/vm/thread_interrupter.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
siva
4 years, 9 months ago (2016-03-02 03:54:28 UTC) #2
Cutch
lgtm
4 years, 9 months ago (2016-03-02 14:54:34 UTC) #3
siva
4 years, 9 months ago (2016-03-02 17:20:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3067a27a8cb256e75325a3fc4942b98a78d70e76 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698