openfam::fam::fam_copy_wait
Wait for the copy operation to be completed.
Synopsis
void fam_copy_wait(void *waitObj);
Description
Ensure that copy operation associated with the wait object is completed.
Input Arguments
Name | Description |
---|---|
waitObj | A pointer to the wait object associated with the copy operation |
Return Values
None. Throws an exception on error.
Exceptions
Exception | Description |
---|---|
Fam_InvalidOption_Exception | incorrect parameters are passed. |
FAM_ERR_NOPERM | Caller does not have access rights |
FAM_ERR_GRPC | there is a communication error with memory server |
FAM_ERR_RPC_CLIENT_NOTFOUND | Memory server initialization failure |
Notes
None.
Example
See fam_copy