[Qemu-devel] threads using qemu

2007-01-20 Thread priya sridhar
  Hi, Is there no other way to run threaded applications using an emulator for ARM? system level emulation is possible?___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] threads using qemu

2007-01-20 Thread priya sridhar
  Hi, Is there no other way to run threaded applications using an emulator for ARM? system level emulation is possible?___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[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