Function: stop_thread

C Prototype

None

Python Function

ret = acl.util.stop_thread(thr_id)

Function Usage

Waits for the thread created by acl.util.start_thread to exit.

Input Description

thr_id: int, thread ID. The thread ID obtained by acl.util.start_thread must be specified.

Return Value

ret: int, error code.

Restrictions

None