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

Issue 1134003005: Automatic thread cleanup on non-Windows platforms. (Closed)

Created:
5 years, 7 months ago by koda
Modified:
5 years, 7 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Automatic thread cleanup on non-Windows platforms. Issue 23474 is tracking Windows support (use Chromium's method). BUG=23474 R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=45817

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -25 lines) Patch
M runtime/vm/dart.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/os_thread.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/os_thread_android.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/os_thread_linux.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/os_thread_macos.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/os_thread_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/thread.h View 1 2 3 chunks +10 lines, -11 lines 0 comments Download
M runtime/vm/thread.cc View 1 2 4 chunks +10 lines, -3 lines 0 comments Download
M runtime/vm/thread_pool.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
koda
5 years, 7 months ago (2015-05-15 15:06:46 UTC) #1
Ivan Posva
LGTM with comments. -Ivan https://codereview.chromium.org/1134003005/diff/20001/runtime/vm/thread.cc File runtime/vm/thread.cc (right): https://codereview.chromium.org/1134003005/diff/20001/runtime/vm/thread.cc#newcode57 runtime/vm/thread.cc:57: EnsureInit(); How about initializing once ...
5 years, 7 months ago (2015-05-15 15:40:52 UTC) #2
koda
https://codereview.chromium.org/1134003005/diff/20001/runtime/vm/thread.cc File runtime/vm/thread.cc (right): https://codereview.chromium.org/1134003005/diff/20001/runtime/vm/thread.cc#newcode57 runtime/vm/thread.cc:57: EnsureInit(); On 2015/05/15 15:40:52, Ivan Posva wrote: > How ...
5 years, 7 months ago (2015-05-15 17:30:04 UTC) #3
koda
5 years, 7 months ago (2015-05-15 17:30:50 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r45817 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698