Merge branch 'libpmem'
[fio.git] / mutex.h
2016-05-25 Jens Axboemutex: abstract out cond/lock pshared init
2015-12-01 Jens Axboemutex: use bool
2014-12-19 Jens Axboemutex: add __fio_mutex_remove()
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-02 Jens Axboemutex: add open init function and down_trylock() variant
2013-04-05 Jens AxboeMerge branch 'master' into gfio
2013-03-21 Jens Axboemutex: add magic checks
2013-03-21 Jens AxboeMerge branch 'master' into gfio
2013-03-21 Jens AxboeRework lockfile= file lock handling
2012-08-21 Jens AxboeMerge branch 'master' into gfio
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2011-05-02 Jens AxboeSwitch mutex to using anonymous mmap
2009-07-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-01 Jens AxboeAdd code to detect a task that exited prior to up'ing...
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens AxboeAdd rw mutex init helper
2008-03-03 Jens AxboeAdd read-write mutexes
2008-03-01 Jens AxboeFix bad inlining in mutex.h
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2007-03-09 Jens AxboeShrink the semaphores a little
2007-03-08 Jens AxboeAdd a real semaphore implemtation