If I wanted to create a portable cross-platform
C++ binary,I’d use pthreads and use
the pthread implementation for
windows. If I wanted to create a
windows-specific C++ binary,I’d use
beginthread and avoID the 3rd party
dependency on the pthread library.
如果他们真的想知道描述两者之间差异的错综复杂的内部细节,你应该考虑两次在那里工作.除非是用于逆向工程.
总结以上是内存溢出为你收集整理的c – 面试:由_beginthread(ex)创建的pthread和windows线程有什么区别?全部内容,希望文章能够帮你解决c – 面试:由_beginthread(ex)创建的pthread和windows线程有什么区别?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)