Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Greene <hippiehunterenator@gmail.com>2017-09-15 22:51:40 +0300
committerJan Kotas <jkotas@microsoft.com>2017-09-15 22:51:40 +0300
commit3a1a99acefc9b84182ff5ebba254246d557e7163 (patch)
tree4e26b3dfdf83058493bd5ea1e72486334cb4c0ce /src/Native/Runtime/thread.h
parent9b22fdfd6c714d19f3e2c22e1db85727097e5dcb (diff)
Implemented portable pinvoke infrastructure for CppCodeGen (#4503)
Diffstat (limited to 'src/Native/Runtime/thread.h')
-rw-r--r--src/Native/Runtime/thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Native/Runtime/thread.h b/src/Native/Runtime/thread.h
index e88881ff4..63a89c715 100644
--- a/src/Native/Runtime/thread.h
+++ b/src/Native/Runtime/thread.h
@@ -255,6 +255,9 @@ public:
bool InlineTryFastReversePInvoke(ReversePInvokeFrame * pFrame);
void InlineReversePInvokeReturn(ReversePInvokeFrame * pFrame);
+ void InlinePInvoke(PInvokeTransitionFrame * pFrame);
+ void InlinePInvokeReturn(PInvokeTransitionFrame * pFrame);
+
Object * GetThreadAbortException();
void SetThreadAbortException(Object *exception);