how to exit or stop a running thread in c?

Posted by moon on Stack Overflow See other posts from Stack Overflow or by moon
Published on 2010-05-27T08:04:19Z Indexed on 2010/05/27 8:21 UTC
Read the original article Hit count: 119

Filed under:

i am using Win32 API.

i have a thread in c and want to terminate it from out side the thread so can't use exitthread()

i can't use any wait options cause i have to kill this thread and start it again in very short time.

need help,

© Stack Overflow or respective owner

Related posts about c