From: James Harris on

On 31 Dec 2009, 23:11, Qyz <questione...(a)MUNGED.microcosmotalk.com>
wrote:
> Hi all,
>
> I've never been very clear as to how multithreading is
> implemented in high level languages, I guess because
> I never untar'd pthreads to take a look, but that's
> beside the point. My question now is, if I am not
> interested in using a C library to do multithreading,
> what are my options in assembly language?
> And I want it to be portable to other x86 OSes,
> so calling Win32's CreateThread would be undesirable.

I've not tried it but you may find posix threads available for various
operating systems.

James