Oleksandr Shtykhno
Oleksandr Shtykhno

Reputation: 806

POSIX: How can I suspend thread?

I know some trick with condition, but it is not helpful.

Suppose that I have infinite loop in my thread function. How can I suspend only this thread, not all process?

Upvotes: 0

Views: 1019

Answers (1)

Related Questions