1 instantiation of ThreadHandle
System.Private.CoreLib (1)
src\System\Threading\Thread.CoreCLR.cs (1)
92
return new
ThreadHandle
(thread);
20 references to ThreadHandle
System.Private.CoreLib (20)
LibraryImports.g.cs (10)
2029
private static extern partial void AbortThread(global::System.Threading.
ThreadHandle
thread);
3410
private static unsafe extern partial void StartInternal(global::System.Threading.
ThreadHandle
t, int stackSize, int priority, global::Interop.BOOL isThreadPool, char* pThreadName);
3458
private static partial void InformThreadNameChange(global::System.Threading.
ThreadHandle
t, string name, int len)
3468
static extern unsafe void __PInvoke(global::System.Threading.
ThreadHandle
__t_native, ushort* __name_native, int __len_native);
3477
private static extern partial global::Interop.BOOL GetIsBackground(global::System.Threading.
ThreadHandle
t);
3485
private static extern partial void SetIsBackground(global::System.Threading.
ThreadHandle
t, global::Interop.BOOL value);
3509
private static extern partial int GetThreadState(global::System.Threading.
ThreadHandle
t);
3517
private static extern partial void SetWaitSleepJoinState(global::System.Threading.
ThreadHandle
t);
3525
private static extern partial void ClearWaitSleepJoinState(global::System.Threading.
ThreadHandle
t);
3563
private static extern partial void CheckForPendingInterrupt(global::System.Threading.
ThreadHandle
t);
src\System\Runtime\ControlledExecution.CoreCLR.cs (1)
122
private static partial void AbortThread(
ThreadHandle
thread);
src\System\Threading\Thread.CoreCLR.cs (9)
82
internal
ThreadHandle
GetNativeHandle()
107
private static unsafe partial void StartInternal(
ThreadHandle
t, int stackSize, int priority, Interop.BOOL isThreadPool, char* pThreadName);
192
private static partial void InformThreadNameChange(
ThreadHandle
t, string? name, int len);
232
private static partial Interop.BOOL GetIsBackground(
ThreadHandle
t);
235
private static partial void SetIsBackground(
ThreadHandle
t, Interop.BOOL value);
309
private static partial int GetThreadState(
ThreadHandle
t);
329
private static partial void SetWaitSleepJoinState(
ThreadHandle
t);
333
private static partial void ClearWaitSleepJoinState(
ThreadHandle
t);
595
private static partial void CheckForPendingInterrupt(
ThreadHandle
t);