Add gtod_cpu option for pinning gettimeofday() to a single CPU
[fio.git] / mutex.c
2008-06-02 Jens Axboemutex: only regard less-than-zero return as error
2008-05-30 Jens AxboeMake it work on opensolaris
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens AxboeAdd read-write mutexes
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2008-02-04 Zhang, YanminFix bug in fio mutex initialization
2007-03-09 Jens AxboeShrink the semaphores a little
2007-03-08 Jens Axboemutex error handling
2007-03-08 Jens AxboeAdd a real semaphore implemtation