On Mon, 2005-10-31 at 01:44 +0100, Florian Schmidt wrote:
Btw: i just discovered that pthread mutexes and
condvars can have a
"process shared" flag which makes it possiblo to synchronize threads
across processes as it seems. Could be useful for jack, no?
pthread_condvar_setpshared()
pthread_mutexattr_setpshared()
Or do i misread that manpage?
What manpage? Got a link? These are completely undocumented on my
Ubuntu 5.10 system. As a matter of fact, there is no documentation
whatsoever for NPTL - all the pthread man pages say "LinuxThreads" at
the bottom.
I'm really getting sick of the half-assed pthread support on Debian
based systems. Anyone got a recommendation for a better distro?
Lee