0

I am trying to handle a deadlock situation and need to restart a deadlocked thread from the monitor thread by resource pre-emption and rollback strategy for posix threads..Im clueless about how to restart a thread from another thread ,Kindly help!

4

1 回答 1

1

我不认为“重新启动”是典型线程实现提供的常见且定义明确的操作。我当然没有在 pthreads 中找到任何东西,我假设你正在使用它。

“重启”究竟会涉及什么?它与(以某种方式)销毁/停止线程并使用相同的代码和数据启动一个新线程有何不同?

于 2012-10-25T13:33:57.750 回答