summaryrefslogtreecommitdiff
path: root/src/gc/env/gcenv.base.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-06-07 09:26:19 -0700
committerJan Kotas <jkotas@microsoft.com>2016-06-07 09:26:19 -0700
commit372edb81017d314683a8bdbf44f9fb678e216726 (patch)
tree5b629fffc825f52f7e09c2f1f18d36b62f5a8c28 /src/gc/env/gcenv.base.h
parent0d5ef45c53c05b9d76c8cb7b7ab0cd303daf25e6 (diff)
downloadcoreclr-372edb81017d314683a8bdbf44f9fb678e216726.tar.gz
coreclr-372edb81017d314683a8bdbf44f9fb678e216726.tar.bz2
coreclr-372edb81017d314683a8bdbf44f9fb678e216726.zip
Update GC from CoreRT (#5522)
https://github.com/dotnet/corert/tree/master/src/Native/gc 3bd148c2089a781458b99d787395377a25bd23d0
Diffstat (limited to 'src/gc/env/gcenv.base.h')
-rw-r--r--src/gc/env/gcenv.base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gc/env/gcenv.base.h b/src/gc/env/gcenv.base.h
index 7077082bb3..88f86ce758 100644
--- a/src/gc/env/gcenv.base.h
+++ b/src/gc/env/gcenv.base.h
@@ -550,6 +550,7 @@ void LogSpewAlways(const char *fmt, ...);
void StompWriteBarrierEphemeral(bool isRuntimeSuspended);
void StompWriteBarrierResize(bool isRuntimeSuspended, bool bReqUpperBoundsCheck);
+bool IsSuspendEEThread();
class CLRConfig
{