Home
last modified time | relevance | path

Searched refs:PalGetCurrentThreadIdForLogging (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DstressLog.cpp344 ASSERT(IsValid() && threadId == PalGetCurrentThreadIdForLogging()); in LogMsg()
352 threadId = PalGetCurrentThreadIdForLogging(); in Activate()
H A DPalRedhawk.h841 REDHAWK_PALIMPORT UInt64 PalGetCurrentThreadIdForLogging();
H A Dthread.cpp305 m_uPalThreadIdForLogging = PalGetCurrentThreadIdForLogging(); in Construct()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DPalRedhawkUnix.cpp1375 extern "C" UInt64 PalGetCurrentThreadIdForLogging() in PalGetCurrentThreadIdForLogging() function
1419 return PalGetCurrentThreadIdForLogging(); in GetCurrentThreadIdForLogging()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/windows/
H A DPalRedhawkMinWin.cpp160 extern "C" UInt64 PalGetCurrentThreadIdForLogging() in PalGetCurrentThreadIdForLogging() function