9 references to GetNativeHandle
System.Private.CoreLib (9)
src\System\Runtime\ControlledExecution.CoreCLR.cs (1)
145
AbortThread(_thread.
GetNativeHandle
());
src\System\Threading\Thread.CoreCLR.cs (8)
102
if (StartInternal(
GetNativeHandle
(), _startHelper?._maxStackSize ?? 0, _priority, _isThreadPool ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, pThreadName, ObjectHandleOnStack.Create(ref exception)) == Interop.BOOL.FALSE)
191
InformThreadNameChange(
GetNativeHandle
(), value, value?.Length ?? 0);
214
Interop.BOOL res = GetIsBackground(
GetNativeHandle
());
225
SetIsBackground(
GetNativeHandle
(), value ? Interop.BOOL.TRUE : Interop.BOOL.FALSE);
305
var state = (ThreadState)GetThreadState(
GetNativeHandle
());
319
SetWaitSleepJoinState(
GetNativeHandle
());
329
ClearWaitSleepJoinState(
GetNativeHandle
());
596
CheckForPendingInterrupt(CurrentThread.
GetNativeHandle
());