summaryrefslogtreecommitdiff
path: root/src/vm/assembly.hpp
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-11-25 11:04:27 +0100
committerJan Vorlicek <janvorli@microsoft.com>2015-11-25 13:24:35 +0100
commita845b01e3688fd981101f953fef41641264d5403 (patch)
tree4ad80c19338bbe13af93595e152dbe8d71464ce0 /src/vm/assembly.hpp
parent0279dbd600e14d88cfe87408f08f6adce59d2d8d (diff)
downloadcoreclr-a845b01e3688fd981101f953fef41641264d5403.tar.gz
coreclr-a845b01e3688fd981101f953fef41641264d5403.tar.bz2
coreclr-a845b01e3688fd981101f953fef41641264d5403.zip
Make app shutdown wait for secondary threads
This change makes the CoreCLR behavior the same as the desktop CLR w.r.t. the app shutdown and secondary threads. Now the application waits for secondary threads to exit before exiting.
Diffstat (limited to 'src/vm/assembly.hpp')
-rw-r--r--src/vm/assembly.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/assembly.hpp b/src/vm/assembly.hpp
index 1fdc655c02..b017fb8386 100644
--- a/src/vm/assembly.hpp
+++ b/src/vm/assembly.hpp
@@ -500,7 +500,7 @@ public:
//****************************************************************************************
//
- INT32 ExecuteMainMethod(PTRARRAYREF *stringArgs);
+ INT32 ExecuteMainMethod(PTRARRAYREF *stringArgs, BOOL waitForOtherThreads);
//****************************************************************************************