aclrtIpcMemClose
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
☓ |
|
|
√ |
|
|
√ |
Description
Disables IPC-based memory sharing. Processes that call both aclrtIpcMemImportByKey and aclrtIpcMemGetExportKey also need to call this API.
For the same shared memory key, only after all processes that call aclrtIpcMemImportByKey have called aclrtIpcMemClose, all processes that call aclrtIpcMemGetExportKey can call aclrtIpcMemClose. Otherwise, exceptions may occur.
This API must work with other APIs to implement memory sharing. For details, see the description of aclrtIpcMemGetExportKey.
Prototype
1
|
aclError aclrtIpcMemClose(const char *key) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
key |
Input |
Shared memory key obtained by calling aclrtIpcMemGetExportKey. |
Returns
0 on success; else, failure. For details, see aclError.