summaryrefslogtreecommitdiff
path: root/mutex.c
AgeCommit message (Expand)Author
2015-03-06mutex: add __fio_mutex_remove()Jens Axboe
2015-03-06mutex: move pthread_cond_signal() outside of lockJens Axboe
2014-04-30Rename time.h for third-party include of fio.hDaniel Gollub
2014-04-02mutex: add open init function and down_trylock() variantJens Axboe
2013-03-29Workaround pthreads-win32 pthread_rwlock_init limitation.Bruce Cran
2013-03-29Fix rwlock error messages to specify the correct function names.Bruce Cran
2013-03-28mutex: set pshared attributes on rw semaphoreShaohua Li
2013-03-22mutex: fix the expression for checking the mutext magicJianpeng Ma
2013-03-21mutex: add magic checksJens Axboe
2013-03-20Rework lockfile= file lock handlingJens Axboe
2012-02-20mutex: don't attempt to use CLOCK_MONOTONICJens Axboe
2012-02-17mutex: guard pthread_condattr_setclock() by defined "have ifdef"Jens Axboe
2012-02-16mutex: more clock fixesJens Axboe
2012-02-15Mutex timeout work-aroundJens Axboe
2012-02-15Mutex fixesJens Axboe
2012-02-15mutex: set and use the proper clock sourceJens Axboe
2012-02-09Fixup a few items spotted by a static code checkerJens Axboe
2011-05-02Switch mutex to using anonymous mmapJens Axboe
2011-01-08Various fixes/updatesBruce Cran
2011-01-02First snapshot of FIO for WindowsBruce Cran
2010-06-28gracefully handle full /tmp file systemGreg Edwards
2010-05-12fio netbsd supportYAMAMOTO Takashi
2009-12-15Fix some issues with the OSX portJens Axboe
2009-12-04Move back to realtime clockJens Axboe
2009-10-07Merge branch 'master' of ssh://brick.kernel.dk/data/git/fioJens Axboe
2009-10-07Fix problem with mutexes and MONOTONIC clockRoland Dreier
2009-10-06Fix wrong clock source in mutexJens Axboe
2009-07-01Add code to detect a task that exited prior to up'ing the startup mutexJens Axboe
2009-01-05Make sure os mutex define is visible in mutex.cJens Axboe
2009-01-05Only use process shared mutexes on support platformsJens Axboe
2009-01-05Fixup handling of pthread_mutex*() error returnsJens Axboe
2008-06-02mutex: only regard less-than-zero return as errorJens Axboe
2008-05-30Make it work on opensolarisJens Axboe
2008-03-04Revamp file lockingJens Axboe
2008-03-03Add read-write mutexesJens Axboe
2008-02-27Confusion between mutex and semaphore namingJens Axboe
2008-02-04Fix bug in fio mutex initializationZhang, Yanmin
2007-03-09Shrink the semaphores a littleJens Axboe
2007-03-08mutex error handlingJens Axboe
2007-03-08Add a real semaphore implemtationJens Axboe