Home
last modified time | relevance | path

Searched refs:thisThreadHandle (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Runtime/Augments/
H A DRuntimeThread.Unix.cs118 private bool CreateThread(GCHandle thisThreadHandle) in CreateThread() argument
126 … AddrofIntrinsics.AddrOf<Interop.Sys.ThreadProc>(ThreadEntryPoint), (IntPtr)thisThreadHandle)) in CreateThread()
H A DRuntimeThread.Windows.cs237 private bool CreateThread(GCHandle thisThreadHandle) in CreateThread() argument
260 … AddrofIntrinsics.AddrOf<Interop.mincore.ThreadProc>(ThreadEntryPoint), (IntPtr)thisThreadHandle, in CreateThread()