aboutsummaryrefslogtreecommitdiffstats
path: root/erts/lib_src/common/ethr_mutex.c
AgeCommit message (Expand)Author
2016-03-15update copyright-yearHenrik Nord
2015-07-10ose: Remove all code related to the OSE portLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2014-02-28Add ETHR_FORCE_INLINE define to hide compiler specific directivesJani Hakala
2014-02-24ose: Cleanup cleanup of mutex selection definesLukas Larsson
2014-02-24ose: Cleanup of mutex selection definesLukas Larsson
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-01-23Fix clang compiler warnings on FreeBSD in ertsPatrik Nyblom
2011-11-13Merge branch 'rickard/bad-rwmtx-assert'Rickard Green
2011-11-13Use critical sections as mutex implementation on WindowsRickard Green
2011-11-11Fix bad assertion in rwmtx implementationRickard Green
2011-06-14Improve ethread atomicsRickard Green
2010-12-16Use 32-bit atomic for uaflgs in thread specific eventsRickard Green
2010-12-15Use 32-bit atomics for mutex and rwmutex flagsRickard Green
2010-12-11Introduce ethr_sint_t and use it for atomicsRickard Green
2010-12-06Fix erroneous assertionRickard Green
2010-12-02Use correct argument types on rwlock_wake_set_flags()Rickard Green
2010-12-01Miscellaneous rwmutex bug fixes and improvementsRickard Green
2010-09-08Fix deadlock in reader optimized rwlock implementationRickard Green
2010-09-08Remove unused variablesRickard Green
2010-09-08Increase spincount with many schedulersRickard Green
2010-09-08Re-enable spin wait on ethreads rwlocksRickard Green
2010-08-30Fix faulty assertionsRickard Green
2010-08-10Rewrite ethread libraryRickard Green