HTL_thread_exit_np
Terminates a thread.
Interface Definition
int HTL_thread_exit_np(void);
Description
HTL_thread_exit_n() is used to terminate a running thread.
Parameters
N/A
Return Value
- HTL_THREAD_SUCCESS: success.
- Other values: failure. For details, see the error code descriptions.
Example
ret = HTL_thread_exit_np();
Parent topic: Thread Functions