summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include/mutex.h
AgeCommit message (Expand)Author
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2019-11-29Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.riastradh
2011-02-20Major merge forward from matt-nb5-mips64.matt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-04Use new style memory barriers.ad
2007-11-29- Change _lock_cas and friends to do "compare and swap" instead of "comparead
2007-11-21make kmutex_t and krwlock_t smaller by killing lock id.yamt
2007-02-09Merge newlock2 to head.ad