[Fwd: Re: DM6467 and creating thread]

2008-12-29 Thread Phil Quiney
Forwarding to list as the reply was sent direct to me Regards Phil Q --- Begin Message --- Hi, I just called pthread_join and it works now. Thanks a lot. On Mon, Dec 29, 2008 at 5:04 PM, Phil Quiney wrote: > Hi, > > Can you post the source code for threadtest.c. > > Just because it a

Re: DM6467 and creating thread

2008-12-29 Thread Phil Quiney
Hi, Can you post the source code for threadtest.c. Just because it appears to work on one platform does not mean that it is 'correct'. My guess is that on the host when you call 'pthread_create' the function that is being spawned as the thread is immediately called so gives the appearance of

DM6467 and creating thread

2008-12-28 Thread kirthika varadarajan
I am working with application development in DM6467. I have a query regarding creating thread using pthread_create. I created the thread using pthread_create and compiled arm_v5t_le-gcc threadtest.c -o threadtest -lpthread. But the function defined in pthread_create is not at all called. There