Florian Schneider
|
59fd6c8397
|
VM: Small clean up and const-ness fix for Thread/OSThread constants.
BUG=
R=srdjan@google.com
Review URL: https://codereview.chromium.org/1482243006 .
|
2015-12-02 12:30:12 +01:00 |
|
Zachary Anderson
|
3563dc0fb0
|
Use ExitProcess on Windows.
Even after joining threads, it is still possible for the exit code to be
polluted. NaCL uses ExitProcess to avoid this problem:
https://code.google.com/p/chromium/codesearch#chromium/src/native_client/src/shared/platform/win/nacl_exit.c
This change also cleans up thread local storage for the last Thread.
BUG=
R=iposva@google.com
Review URL: https://codereview.chromium.org/1410293006 .
|
2015-10-29 23:35:46 -07:00 |
|
iposva@google.com
|
e57e60c300
|
Fix Windows Dartium build:
- Cannot access dart::bin::* from Dartium build.
Review URL: https://codereview.chromium.org//473763002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39238 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-14 05:00:37 +00:00 |
|
iposva@google.com
|
5a383e7add
|
- Make sure that the threads for dart::bin are in the correct namespace.
R=asiva@google.com
Review URL: https://codereview.chromium.org//471743002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39233 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-14 00:06:04 +00:00 |
|
iposva@google.com
|
ea4e984b66
|
- Do not use platform/thread.h
Review URL: https://codereview.chromium.org//462353002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39177 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-12 23:43:45 +00:00 |
|
iposva@google.com
|
14ecdbd66a
|
- Separate the thread implementation used in bin/ and vm/
to allow us to make VM specific changes.
R=asiva@google.com
Review URL: https://codereview.chromium.org//463993002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39172 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-12 23:19:53 +00:00 |
|