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

Issue 850183003: During thread-pool shutdown, wait for worker threads to shutdown. (Closed)

Created:
5 years, 11 months ago by zra
Modified:
5 years, 1 month ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

During thread-pool shutdown, wait for worker threads to shutdown. If they do not shutdown within --shutdown_timeout_millis, assume it is a bug and die.

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -73 lines) Patch
M runtime/vm/dart.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M runtime/vm/thread_pool.h View 1 6 chunks +15 lines, -7 lines 0 comments Download
M runtime/vm/thread_pool.cc View 1 8 chunks +139 lines, -28 lines 0 comments Download
M runtime/vm/thread_pool_test.cc View 1 2 chunks +0 lines, -36 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
zra
5 years, 1 month ago (2015-11-09 16:25:11 UTC) #1
Description was changed from

==========
During thread-pool shutdown, wait for worker threads to shutdown.

If they do not shutdown within --shutdown_timeout_millis, assume it is a bug
and die.
==========

to

==========
During thread-pool shutdown, wait for worker threads to shutdown.

If they do not shutdown within --shutdown_timeout_millis, assume it is a bug
and die.
==========

Powered by Google App Engine
This is Rietveld 408576698