Difference between ThreadCreate and pthread_create

Hi everybody,

now I’m writing a multi-thread application, so I have a question:

waht is the difference between the Posix Thread function (pthread_xxx) and the Neutrino functions (Threadxxx) ? Did have the Neutrino function any advantage? Ok, I knwo when I use the Posix function I’ll be more protable …

THX
Matthias

Yes there are some stuff that is available in the Neutrino stuff that isn’t available in pthread I like TimerTimeout for example.