Multithread in arm linux

Michael Snyder msnyder@redhat.com
Tue Feb 5 19:58:00 GMT 2002


Chen Qi-A18263 wrote:
> 
> Hi:
> 
>         Sorry to disturb you.
>         I am trying to write some multi thread samples for Arm linux now.
>         but I do not know which lib should I include.
>         And I do not know if the function is same as the conventional ways such as CreatProcess.
>         Could you do me a favor to give me some clue? or tell me how to find the samples?
>         Now we are using cygwin.
> 
> Thanks and Best Regards

Assuming you want to use poxix threads, it's "-lpthread".
And you would create them using pthread_create.



More information about the Gdb mailing list