File wait.py¶
Functions
- wait(jobid_time)¶
- module wait¶
Waits for the end of DPU processing.
modes:
Blocking wait for specific ID.
Non-blocking wait for specific ID.
Blocking wait for any ID.
Non-blocking wait for any ID
- Parameters:
jobid_time – tuple[uint32_t, int], [job id, time], jobid: neg for any id, others for specific job id. time: not used here
- Returns:
status 0 for exit successfully, others for customized warnings or errors
Functions
- wait(jobid_time)¶