kill_thread — kill a thread
int kill_thread(thread *thread_id)
Kills the thread thread_id. Since this may leave a thread’s resources in an unknown state, it should only be used with caution.
thread_id