Re: Linux thread problem

2001-05-10 Thread Alan Cox
> I am porting an Threading Application from Hp-UX 11.0 > to Red Hat Linux 6.2. There is a system call pthread_condattr_setpshared > and pthread_mutex_setpshared in HP-UX which is not available on Linux. They are actually library not system calls in Linux and may well not be in earlier gl

Re: Linux thread problem

2001-05-10 Thread Stefan Hoffmeister
: On Thu, 10 May 2001 02:19:41 -0700, sachin kitnawat wrote: > I am porting an Threading Application from Hp-UX 11.0 >to Red Hat Linux 6.2. There is a system call pthread_condattr_setpshared >and pthread_mutex_setpshared in HP-UX which is not available on Linux. Newer glibc versions (2.2

Linux thread problem

2001-05-10 Thread sachin kitnawat
Hi All, I am porting an Threading Application from Hp-UX 11.0 to Red Hat Linux 6.2. There is a system call pthread_condattr_setpshared and pthread_mutex_setpshared in HP-UX which is not available on Linux. So please let me know how to implement the functionality of these funti