Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.76K
1 Posted Topic
pthread_cancel() : This API used to terminated the another thread, based on cancel ability state the cleanup handlers are called if any handlers are registered before invoking the thread destructor. pthread_kill() : This API used just like "kill()" API, it raises a signal to thread. It is possible that some …
The End.
Vijikumar