summaryrefslogtreecommitdiff
path: root/src/vm/gcenv.ee.h
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2017-06-05 22:23:46 -0700
committerGitHub <noreply@github.com>2017-06-05 22:23:46 -0700
commitbab2cc30b1516cd257aba763c7a1c06497219ede (patch)
tree3023dac80e77ae51a30f9620f69290712f493e6b /src/vm/gcenv.ee.h
parent5b9680fcc9b6fe9429f4a649bf5215de273fcbec (diff)
downloadcoreclr-bab2cc30b1516cd257aba763c7a1c06497219ede.tar.gz
coreclr-bab2cc30b1516cd257aba763c7a1c06497219ede.tar.bz2
coreclr-bab2cc30b1516cd257aba763c7a1c06497219ede.zip
[Local GC] Add TrapReturningThreads to the GC/EE interface (#12067)
Diffstat (limited to 'src/vm/gcenv.ee.h')
-rw-r--r--src/vm/gcenv.ee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/gcenv.ee.h b/src/vm/gcenv.ee.h
index 6b02f5cfa1..4871e51260 100644
--- a/src/vm/gcenv.ee.h
+++ b/src/vm/gcenv.ee.h
@@ -31,6 +31,7 @@ public:
bool IsPreemptiveGCDisabled(Thread * pThread);
void EnablePreemptiveGC(Thread * pThread);
void DisablePreemptiveGC(Thread * pThread);
+ bool TrapReturningThreads();
gc_alloc_context * GetAllocContext(Thread * pThread);
bool CatchAtSafePoint(Thread * pThread);
void GcEnumAllocContexts(enum_alloc_context_func* fn, void* param);