hi_tde_wait_all_done
The
The
Description
Submit the TDE job in non-blocking mode by calling hi_tde_end_job, and wait until all jobs on the current TDE device are complete. As a block API, this API can be called to wait until all TDE jobs are complete.
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.
Parameters
None
Returns
- 0: success
- Other values: failure. For details, see Return Codes for TDE Graphics Drawing.
Parent topic: TDE Graphics Drawing