Fix: test: unchecked return value
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 21 Sep 2015 16:38:37 +0000 (12:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 21 Sep 2015 16:38:37 +0000 (12:38 -0400)
commitf597a8b945f69aea4a3dc3b5ad2e8a2a5237ca8f
tree25b194649edc14d7da5381a90a480a78d148ebbf
parent19d0e7ef8f7998fb256017ba2da414d78b3cb91b
Fix: test: unchecked return value

Fix Coverity issues:

CID 1021635 (#1 of 2): Unchecked return value (CHECKED_RETURN)7.
check_return: Calling pthread_mutex_unlock without checking return value
(as is done elsewhere 29 out of 33 times).

CID 1021634 (#2 of 2): Unchecked return value (CHECKED_RETURN)12.
check_return: Calling pthread_mutex_unlock without checking return value
(as is done elsewhere 29 out of 33 times).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/benchmark/test_perthreadlock.c
This page took 0.026732 seconds and 4 git commands to generate.