summaryrefslogtreecommitdiff
path: root/honggfuzz.c
diff options
context:
space:
mode:
authorJagger <robert@swiecki.net>2015-09-06 20:52:04 +0200
committerJagger <robert@swiecki.net>2015-09-06 20:52:04 +0200
commit6aa6e71a2dc4bad41a7093e44d7b08cbb68f768c (patch)
tree817d249625e91f9e048d06471b4ca492e4f8da14 /honggfuzz.c
parent7acbf2e94076d21962b7eef3c325a5f32e505372 (diff)
downloadhonggfuzz-6aa6e71a2dc4bad41a7093e44d7b08cbb68f768c.tar.gz
Use atomic operations instead of locking sections of code with mutexes
Diffstat (limited to 'honggfuzz.c')
-rw-r--r--honggfuzz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/honggfuzz.c b/honggfuzz.c
index dbbc0448..afa5bdcd 100644
--- a/honggfuzz.c
+++ b/honggfuzz.c
@@ -147,7 +147,6 @@ int main(int argc, char **argv)
.tmOut = 3,
.mutationsMax = 0,
.threadsFinished = 0,
- .threads_mutex = PTHREAD_MUTEX_INITIALIZER,
.threadsMax = 2,
.ignoreAddr = NULL,
.reportFile = _HF_REPORT_FILE,