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:
authorJan Vorlicek <janvorli@microsoft.com>2016-02-11 04:07:33 +0300
committerJan Vorlicek <janvorli@microsoft.com>2016-02-11 04:07:33 +0300
commit85722b244058ebc66310febc01d1106427d8c447 (patch)
treebb9fbf08e472cc8210b531bcc4a23075fa38b8cc /src/Native/Runtime/PalRedhawk.h
parentdfa6113d42e14ccbf3f152220777bff7a0c0c90e (diff)
parent8d00b434b2c7cc0b7a9cb1eb0a57006ae9c76ace (diff)
Merge pull request #832 from janvorli/thread-exit-callback
Refactor explicit FLS usage in the runtime
Diffstat (limited to 'src/Native/Runtime/PalRedhawk.h')
-rw-r--r--src/Native/Runtime/PalRedhawk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Native/Runtime/PalRedhawk.h b/src/Native/Runtime/PalRedhawk.h
index 8a5067614..e2f1e13ee 100644
--- a/src/Native/Runtime/PalRedhawk.h
+++ b/src/Native/Runtime/PalRedhawk.h
@@ -788,6 +788,9 @@ REDHAWK_PALIMPORT UInt32_BOOL REDHAWK_PALAPI PalAllocateThunksFromTemplate(_In_
REDHAWK_PALIMPORT UInt32 REDHAWK_PALAPI PalCompatibleWaitAny(UInt32_BOOL alertable, UInt32 timeout, UInt32 count, HANDLE* pHandles, UInt32_BOOL allowReentrantWait);
+REDHAWK_PALIMPORT void REDHAWK_PALAPI PalAttachThread(void* thread);
+REDHAWK_PALIMPORT bool REDHAWK_PALAPI PalDetachThread(void* thread);
+
#ifdef PLATFORM_UNIX
REDHAWK_PALIMPORT Int32 __cdecl _stricmp(const char *string1, const char *string2);
#endif // PLATFORM_UNIX