hi_tde_wait_all_done
Applicability
Product |
Supported |
|---|---|
☓ |
|
☓ |
|
√ |
|
☓ |
|
☓ |
Description
Waits until all jobs on the current TDE device are complete after the TDE jobs are submitted in non-blocking mode by calling hi_tde_end_job. As a blocking API, this API can be called to wait until all TDE jobs are complete.
Parameters
None
Returns
- 0: success
- Other values: failure. For details, see Return Codes for TDE Graphics Drawing.
Restrictions
- Before calling this API, call hi_tde_open to open the TDE device and call hi_tde_begin_job to obtain a valid job handle.
- This API does not support multiple processes.
Parent topic: TDE Graphics Drawing