class TOpenCLCommandQueueList : public tObject;
Stores a list of Open CL queues.
Constructors
| Name | Description |
|---|---|
| TOpenCLCommandQueueList (2) |
Destructors
| Name | Description |
|---|---|
| ~TOpenCLCommandQueueList |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | Returns the number of command queues already added. |
Methods
| Name | Description |
|---|---|
| Add | Add a new command queue. |
| Delete | Deletes and frees the command queue at index specified from the list. |
| GetItem | |
| Item | |
| Locate | Searches for and returns the command queue which is associated with thread which has identified with aThreadID. |
| SetItem | |
| UnMarkThreads | Unmarks associated threads from all command queues. |
Operators
| Name | Description |
|---|---|
| operator[] |