Re: state of process shared cond vars?

Roland McGrath <[email protected]> Thu, 20 Nov 2003 17:04:39 -0800
Newsgroups gmane.comp.lib.phil
Message-ID <[email protected]>
> No.  futexes work on physical addresses.  Inter-process sync primitives
> should work just fine.

You store a mutex pointer in pthread_cond_t that you pass to futex_requeue.
That pointer is only right in the process that called pthread_cond_wait.