summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-02-05 04:43:10 +0100
committerJan Kotas <jkotas@microsoft.com>2019-02-04 19:43:10 -0800
commit382dbe4ba82f57a138484e0c5052c3b8606c1294 (patch)
tree4e220d0a0e3198678829836df034e8039e1697a2 /src/vm/ecalllist.h
parent7e20b6fa7b2253511b6f0a7d76c955360e040df6 (diff)
downloadcoreclr-382dbe4ba82f57a138484e0c5052c3b8606c1294.tar.gz
coreclr-382dbe4ba82f57a138484e0c5052c3b8606c1294.tar.bz2
coreclr-382dbe4ba82f57a138484e0c5052c3b8606c1294.zip
Move SynchronizationContext to shared partition (#22389)
* Move SynchronizationContext to shared partition * Move WaitHelperNative to WaitHandle
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index bef2de9674..9a1d6922e8 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -716,6 +716,7 @@ FCFuncStart(gWaitHandleFuncs)
FCFuncElement("WaitOneNative", WaitHandleNative::CorWaitOneNative)
FCFuncElement("WaitMultiple", WaitHandleNative::CorWaitMultipleNative)
FCFuncElement("SignalAndWaitOne", WaitHandleNative::CorSignalAndWaitOneNative)
+ FCFuncElement("WaitMultipleIgnoringSyncContext", WaitHandleNative::WaitHelper)
FCFuncEnd()
#ifdef FEATURE_COMINTEROP
@@ -949,7 +950,6 @@ FCFuncStart(gRuntimeHelpers)
FCFuncEnd()
FCFuncStart(gContextSynchronizationFuncs)
- FCFuncElement("WaitHelperNative", SynchronizationContextNative::WaitHelper)
#ifdef FEATURE_APPX
QCFuncElement("GetWinRTDispatcherForCurrentThread", SynchronizationContextNative::GetWinRTDispatcherForCurrentThread)
#endif