Introduction - If you have any usage issues, please Google them yourself
The main synchronization between two threads of the child requires the child thread is executed first. In the main thread using the system call CreateThread () to create a child thread. Into the blocking state after the main thread to create the child thread to wake up the main thread until the child thread has finished running.