IDkmGPUComputeKernelOperation.GetStoppedThreads(DkmGPUComputeKernel) Method

Definition

Get all threads that hit breakpoint.

public:
 cli::array <System::UInt64> ^ GetStoppedThreads(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ computeKernel);
public ulong[] GetStoppedThreads (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel);
public ulong[]? GetStoppedThreads (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel);
abstract member GetStoppedThreads : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel -> uint64[]
Public Function GetStoppedThreads (computeKernel As DkmGPUComputeKernel) As ULong()

Parameters

computeKernel
DkmGPUComputeKernel

[In] DkmGPUComputeKernel represents a GPU compute kernel running in the target process.

Returns

UInt64[]

[Out] The result set of compute thread ids that hit breakpoint.

Applies to