summaryrefslogtreecommitdiff
path: root/src/utilcode
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>2015-10-29 11:37:10 -0700
committerAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>2015-10-29 11:37:10 -0700
commit1126d61728bf77448e9d7e8dc969c8aa2db36cc5 (patch)
treeba31d9773ebf25a874eef76eae8de56d23790fbd /src/utilcode
parent4c7d5e3365515cf7e02544e5460db5ba7e3d27fd (diff)
parent79bdc25d84cf9df8c449b0b50d9c92f9ec5bcaac (diff)
downloadcoreclr-1126d61728bf77448e9d7e8dc969c8aa2db36cc5.tar.gz
coreclr-1126d61728bf77448e9d7e8dc969c8aa2db36cc5.tar.bz2
coreclr-1126d61728bf77448e9d7e8dc969c8aa2db36cc5.zip
Merge pull request #1875 from adityamandaleeka/remove_suspension
Initial removal of thread suspension code from PAL
Diffstat (limited to 'src/utilcode')
-rw-r--r--src/utilcode/apithreadstress.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utilcode/apithreadstress.cpp b/src/utilcode/apithreadstress.cpp
index 1dba1190f0..c893de7bc1 100644
--- a/src/utilcode/apithreadstress.cpp
+++ b/src/utilcode/apithreadstress.cpp
@@ -9,6 +9,8 @@
#include "stdafx.h"
+#ifdef STRESS_THREAD
+
#include "apithreadstress.h"
#include "clrhost.h"
#include "ex.h"
@@ -179,3 +181,4 @@ void APIThreadStress::SyncThreadStress()
}
}
+#endif // STRESS_THREAD \ No newline at end of file