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

Issue 1989463003: Add back join of windows eventhandler threads (Closed)

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

Description

Add back join of windows eventhandler threads These threads are polluting the exit code despite using the better ExitProcess call. Instead of adding back Thread::Join, I've instead inlined the call into the eventhandler to make it easier to be sure the open handles are closed. R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/18ec8dddd913398215747e7de3ecfb7f35c62e1c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -6 lines) Patch
M runtime/bin/eventhandler_win.h View 4 chunks +4 lines, -0 lines 0 comments Download
M runtime/bin/eventhandler_win.cc View 8 chunks +32 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
zra
4 years, 7 months ago (2016-05-17 21:28:19 UTC) #2
Cutch
lgtm
4 years, 7 months ago (2016-05-17 21:34:05 UTC) #3
zra
4 years, 7 months ago (2016-05-17 21:54:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
18ec8dddd913398215747e7de3ecfb7f35c62e1c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698