Venkatesh Srinivas Sat, 10 Apr 2010 08:05:32 -0700
Hi, Why are there mtx_spinlock_ex / mtx_spinlock_sh, when spin_lock_rd / spin_lock_wr exist?
Also, if I'm writing new code, why might I want to use lockmgr locks vs mtx_* locks (or vice versa)? Thanks, -- vs