Re: [Qemu-devel] pthreads with QEMU

2007-01-20 Thread Paul Brook
On Saturday 20 January 2007 13:32, priya sridhar wrote: > Hi all, > I am using QEMU to emulate ARM processor. HOST CPU is Pentium 4.Host OS is > Linux.I have created threads in my program using pthread libraries. When i > attempt to run the program in user level emulation, threads are created, > b

[Qemu-devel] pthreads with QEMU

2007-01-20 Thread priya sridhar
  Hi all, I am using QEMU to emulate ARM processor. HOST CPU is Pentium 4.Host OS is Linux.I have created threads in my program using pthread libraries. When i attempt to run the program in user level emulation, threads are created, but they just hang. can someone help me to find out how to co