[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with threads programs



2006/8/16, Aurelien Jarno <aurelien@aurel32.net>:
> yuray@nmc:~$ ps -ef|grep a.out
> yuray     5426  4914  0 07:23 pts/0    00:00:00 ./a.out
> yuray     5427  5426  0 07:23 pts/0    00:00:00 ./a.out
> yuray     5428  5427 97 07:23 pts/0    00:00:33 ./a.out
>
> Why?
> On x86 this program work as expected and have one process.
>

x86 (on 2.6 kernels only) is using the NPTL library for threads, while
hppa uses the linuxthreads library. What you see is normal.

Aha.
Thank you.

--
Regards,
Yuri Kozlov



Reply to: