Home
last modified time | relevance | path

Searched refs:GCThreadStub (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/unix/
H A Dgcenv.unix.cpp554 static void* GCThreadStub(void* param) in GCThreadStub() function
595 st = pthread_create(&threadId, &attrs, GCThreadStub, stubParam.get()); in CreateThread()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/windows/
H A Dgcenv.windows.cpp531 static DWORD GCThreadStub(void* param) in GCThreadStub() function
568 (LPTHREAD_START_ROUTINE)GCThreadStub, in CreateThread()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DPalRedhawkUnix.cpp1791 static void* GCThreadStub(void* param) in GCThreadStub() function
1832 st = pthread_create(&threadId, &attrs, GCThreadStub, stubParam); in CreateThread()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/windows/
H A DPalRedhawkMinWin.cpp1774 static DWORD GCThreadStub(void* param) in GCThreadStub() function
1806 …HANDLE gc_thread = ::CreateThread(0, 4096, GCThreadStub, stubParam.GetValue(), CREATE_SUSPENDED, &… in CreateThread()