question on powerpc pthread mutexes and memory barriers

Chris Friesen cfriesen at nortel.com
Fri Jul 10 08:42:56 EST 2009


Chris Friesen wrote:
> Hi all,
> 
> This probably isn't the right place to ask about this, but does anyone
> know where the implied memory barrier happens for pthread mutexes in the
> uncontended case?  I'm looking at the glibc code and I don't see any
> barrier instructions for mutexes, only semaphores and spinlocks.

Bad form to follow up on my own question, but I tracked it down.   The
barriers are there hidden in the atomic macros.

Sorry for the noise.

Chris


More information about the Linuxppc-dev mailing list