On 25/09/2007, Kris Kennaway <kris at freebsd.org> wrote: > Not in the sense of transmuting a sleep mutex into a spin mutex, no. > sleep mutexes will spin when the lock holder is currently running, but > this happens within the context of the mtx_lock_sleep function itself. Ok, thanks, this clears things a bit for me.