Function 51 - create thread.
Parameters:
- eax = 51 - function number
- ebx = 1 - unique subfunction
- ecx = address of thread entry point (starting eip)
- edx = pointer to thread stack (starting esp)
Returned value:
- eax = -1 - error (there is too many threads)
- otherwise eax = TID - thread identifier