Do we have any sort of relationship between fork() and CreateThread? Is there anything that CreateThread internally calls fork()?
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.