* Linux thread problem
@ 2001-05-10 9:19 sachin kitnawat
2001-05-10 12:21 ` Stefan Hoffmeister
2001-05-10 12:36 ` Alan Cox
0 siblings, 2 replies; 3+ messages in thread
From: sachin kitnawat @ 2001-05-10 9:19 UTC (permalink / raw)
To: linux-kernel
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
funtions in Red Hat Linux 6.2. These functions are used to set the
process shared attribute in a condition and mutex variable attributes
object.
Thanks in Advance
Sachin
Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Linux thread problem
2001-05-10 9:19 Linux thread problem sachin kitnawat
@ 2001-05-10 12:21 ` Stefan Hoffmeister
2001-05-10 12:36 ` Alan Cox
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hoffmeister @ 2001-05-10 12:21 UTC (permalink / raw)
To: linux-kernel
: 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+) have this.
Try
http://sources.redhat.com/glibc/
Note that all this is user space, not kernel space.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Linux thread problem
2001-05-10 9:19 Linux thread problem sachin kitnawat
2001-05-10 12:21 ` Stefan Hoffmeister
@ 2001-05-10 12:36 ` Alan Cox
1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2001-05-10 12:36 UTC (permalink / raw)
To: sachin_76; +Cc: linux-kernel
> 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 glibc. You might want to see if glibc2.2 has them.
For Red Hat stuff there are Red Hat lists
http://www.redhat.com/mailing-lists
Alan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-05-10 12:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-10 9:19 Linux thread problem sachin kitnawat
2001-05-10 12:21 ` Stefan Hoffmeister
2001-05-10 12:36 ` Alan Cox
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.