Files
sdk/runtime/lib
Siva Annamalai e72c1fb47d Implement safepointing of threads :
- uses thread execution status transition to track when a thread is in a safepoint or needs to block for a safepoint
 - introduces a monitor per Thread object
 - uses a per thread safepoint handshake between the thread requesting a safepoint and the requested thread.

The ThreadRegistry class now contains only the thread list for an isolate and the functionality of scheduling a thread onto an Isolate and unscheduling it from teh isolate. We could fold this functionality into the Isolate class in a different CL.

R=rmacnak@google.com, zra@google.com

Review URL: https://codereview.chromium.org/1541073002 .
2016-02-01 10:57:34 -08:00
..
2015-06-04 14:55:32 +02:00
2015-11-24 08:26:03 +01:00
2015-12-09 00:46:46 +01:00
2015-06-03 12:39:59 -07:00
2015-08-04 17:13:22 -07:00
2016-02-01 10:57:34 -08:00
2013-09-20 15:54:10 +00:00
2014-08-19 21:15:39 +00:00
2015-09-04 10:06:02 +02:00
2015-08-04 17:13:22 -07:00
2015-08-12 11:01:21 +02:00
2015-11-11 10:59:38 -08:00
2013-09-25 13:52:15 +00:00