Cleanup: test_perthreadlock_timing: handle pthread mutex errors
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 4 Jun 2019 19:09:53 +0000 (15:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 4 Jun 2019 19:09:53 +0000 (15:09 -0400)
commit4104b71fb1810c7a61ab76e3fbaec0ea88f6fd75
treee256785d8b56122f26966add53e211420693026c
parenta3371e45efb72e354e3afd3a19b665c1d03a5ee3
Cleanup: test_perthreadlock_timing: handle pthread mutex errors

Found by Coverity:
CID 1357055 (#1 of 1): Unchecked return value (CHECKED_RETURN)
4. check_return: Calling pthread_mutex_lock without checking return value
(as is done elsewhere 44 out of 48 times).

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