Name

kill_thread — kill a thread

Synopsis

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.