summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Enable mutex witnesses even when !isthreaded.Jason Evans2017-02-231-7/+5
* Add os_unfair_lock support.Jason Evans2016-11-031-0/+9
* Optimize witness fast path.Jason Evans2016-05-111-8/+5
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-16/+16
* Fix malloc_mutex_assert_[not_]owner() for --enable-lazy-lock case.Jason Evans2016-04-181-2/+2
* Fix malloc_mutex_[un]lock() to conditionally check witness.Jason Evans2016-04-171-2/+2
* Add witness, a simple online locking validator.Jason Evans2016-04-141-13/+43
* Optimizations for WindowsMatthijs2015-06-251-0/+12
* correctly detect adaptive mutexes in pthreadsEric Wong2014-09-291-1/+1
* Add support for MingwMike Hommey2012-04-221-6/+14
* Fix isthreaded-related build breakage.Jason Evans2012-04-201-0/+1
* Postpone mutex initialization on FreeBSD.Jason Evans2012-04-041-9/+23
* Remove malloc_mutex_trylock().Jason Evans2012-03-251-15/+0
* Port to FreeBSD.Jason Evans2012-02-031-1/+4
* Remove ephemeral mutexes.Jason Evans2012-03-241-1/+0
* Fix fork-related bugs.Jason Evans2012-03-131-0/+3
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-6/+6
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+86