What happens to other threads when one thread forks()?

后端 未结 5 1807
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-24 14:54

In C++ using pthreads, what happens to your other threads if one of your threads calls fork?

It appears that the threads do not follow. In my case, I am trying to c

5条回答
提交回复
热议问题