sgjesse@google.com
|
252323441b
|
Move the thread local functions to the Thread class in runtime/platform
This gets rid of all the platform specific isolate_*.h and isolate_*.cc files.
R=asiva@google.com
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//9328042
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3982 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-02-07 09:18:22 +00:00 |
|
sgjesse@google.com
|
42b70dcddb
|
Change the thread interface in runtime/platform and use it starting all threads
The platform thread interface (dart::thread) is now refactored to an
all static interface as suggested by iposva@ and asiva@. Use this
interface for running all threads in the VM.
R=ager@google.com, iposva@google.com
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//9141005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3830 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-02-02 08:59:26 +00:00 |
|
sgjesse@google.com
|
3a02bcfc04
|
Add additional include guard in platform specific .h files
R=ager@google.com
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//9264006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3433 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-01-19 13:37:26 +00:00 |
|
sgjesse@google.com
|
68d10e1568
|
Move Mutex and Monitor from vm/ to platform/
The tests are still in runtime/vm/thread_test.cc.
R=ager@google.com, iposva@google.com
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//9196002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3349 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-01-17 10:29:24 +00:00 |
|