Intel® C++ Compiler 16.0 User and Reference Guide
Returns status of specified operation.
void get_status(unsigned int operation_id) |
This method returns the status of an operation, specified by operation_id, without stopping current thread execution.
STATUS_WAIT: Operation is waiting for execution.
STATUS_COMPLETED: Operation finished execution.
STATUS_ERROR: An error occurred during operation execution.
STATUS_EXECUTE: Operation is executing.
STATUS_BLOCKED: Execution of the queue was blocked after some earlier errors.