On Mon, 2010-04-05 at 13:23 -0700, Darren Hart wrote:
This really should be able to out-perform a regular pthread_mutex_lock()
we saw a significant performance gain when we added adaptive spins to
the kernel mutex implementation, so I'd expect a gain on the futex one
as well.
--