TOpenCLCommandQueueList.Locate Method

function Locate(aThreadID: Int64): TOpenCLCommandQueue;

Searches for and returns the command queue which is associated with thread which has identified with aThreadID.

#NameTypeDescription
1aThreadIDInt64

Returns: TOpenCLCommandQueue

Remarks:

The function will raise an exception, if the queue cannot be found.