Files
sdk/runtime/lib
Siva Annamalai 9e19d236ca - Add an OSThread structure which is the generic TLS structure for all C++
fields in a thread (i.e fields that are not Dart VM related)
- Split the Thread structure to be a pure Dart per thread structure and add
  a pointer to os_thread which points to the OSThread structure
- Change Schedule/UnSchedule to set the Dart Thread structure as the TLS of
  the thread when it is inside the Dart world and reset the TLS back to the
  OSThread strcuture when is exits the Dart World.
- Moved the stack_base and few stack size related functions to OSThread from Isolate

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

Review URL: https://codereview.chromium.org/1439483003 .
2015-11-19 13:45:10 -08:00
..
2015-06-04 14:55:32 +02:00
2014-09-09 21:47:44 +00:00
2015-06-03 12:39:59 -07:00
2015-08-04 17:13:22 -07: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