summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/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
2021-07-14Disable the mutex_spin_{enter,exit}() fast-path stubs while I investigatethorpej
2021-07-12Optimized fast-paths for mutex_spin_enter() and mutex_spin_exit().thorpej
2020-09-23Move the compile-time assert outside of the __MUTEX_PRIVATE guard.thorpej
2020-09-23Move the simple lock used for spin mutexes into the sub-structure thatthorpej
2019-11-29Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.riastradh
2019-11-29Nix mb_* on alpha.riastradh
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-11-21make kmutex_t and krwlock_t smaller by killing lock id.yamt
2007-02-09Merge newlock2 to head.ad