Rename fio_mutex into fio_sem
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 14 Mar 2018 15:31:37 +0000 (08:31 -0700)
committerBart Van Assche <bart.vanassche@wdc.com>
Thu, 15 Mar 2018 16:56:43 +0000 (09:56 -0700)
commit971caeb177d3bc4f65fa31381bbfb83710bfc690
tree6db1790b74eeb37d57582689e655f313faa4546e
parentae626d4ead6416adf464cf209cdf3e8b85d58190
Rename fio_mutex into fio_sem

Since fio_mutex implements a semaphore, rename fio_mutex into fio_sem.
Rename those fio_sem instances that have 'mutex' embedded in their
name. Rename the mutex.h and .c source files into fio_sem.h and .c
respectively.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
26 files changed:
Makefile
backend.c
cgroup.c
diskutil.c
diskutil.h
file.h
filehash.c
filelock.c
filesetup.c
fio.h
fio_sem.c [new file with mode: 0644]
fio_sem.h [new file with mode: 0644]
flow.c
gettime-thread.c
helper_thread.c
helper_thread.h
init.c
mutex.c [deleted file]
mutex.h [deleted file]
profiles/act.c
server.c
server.h
smalloc.c
stat.c
stat.h
t/dedupe.c