7 references to GetNativeHandle
System.Private.CoreLib (7)
src\System\Runtime\ControlledExecution.CoreCLR.cs (1)
145
AbortThread(_thread.
GetNativeHandle
());
src\System\Threading\Thread.CoreCLR.cs (6)
93
StartInternal(
GetNativeHandle
(), _startHelper?._maxStackSize ?? 0, _priority, _isThreadPool ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, pThreadName);
182
InformThreadNameChange(
GetNativeHandle
(), value, value?.Length ?? 0);
205
Interop.BOOL res = GetIsBackground(
GetNativeHandle
());
216
SetIsBackground(
GetNativeHandle
(), value ? Interop.BOOL.TRUE : Interop.BOOL.FALSE);
291
var state = (ThreadState)GetThreadState(
GetNativeHandle
());
390
Interrupt(
GetNativeHandle
());