aclfvRepoDel
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
☓ |
|
|
☓ |
|
|
☓ |
|
|
☓ |
|
|
√ |
|
|
☓ |
Function
Deletes a repository.
Prototype
1
|
aclError aclfvRepoDel(aclfvSearchType type, aclfvRepoRange *repoRange) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
type |
Input |
Search type. For details about the type definition, see aclfvSearchType. |
|
repoRange |
Input |
Pointer to the repository range to be deleted. For details about the type definition, see aclfvRepoRange. Call the aclfvCreateRepoRange API to create data of the aclfvRepoRange type in advance. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Restrictions
- In N:M mode, multithreaded adding, search, or deletion is not allowed.
- This API call automatically creates a stream for synchronous task execution within the API. When the tasks are complete, the stream is automatically destroyed.
Due to hardware restrictions, the total number of streams is limited. For details, see the description of aclrtCreateStream.