CreateThread vs fork()

前端 未结 6 1172
余生分开走
余生分开走 2020-12-20 23:05

Do we have any sort of relationship between fork() and CreateThread? Is there anything that CreateThread internally calls fork()?

6条回答
  •  爱一瞬间的悲伤
    2020-12-20 23:16

    You might want to know Microsoft provides fork() in high-end versions of Windows with component called Subsystem for UNIX-based Applications (SUA). You can find details in my answer here.

提交回复
热议问题