开发者

Checking if a thread in another process is sleeping

Does anybody开发者_StackOverflow know if there's a way (in C++/Windows) to check if a thread in a different process is sleeping or not?

thanks :)


As far as I know, there is no such API. The fact that you think you need such an API suggests that you have bigger problems. If you need to coordinate action between multiple processes, you're better off using global events.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜