From: Mathieu Desnoyers Date: Tue, 4 Jun 2019 19:09:53 +0000 (-0400) Subject: Cleanup: test_perthreadlock_timing: handle pthread mutex errors X-Git-Tag: v0.12.0~9 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=4104b71fb1810c7a61ab76e3fbaec0ea88f6fd75;hp=4104b71fb1810c7a61ab76e3fbaec0ea88f6fd75 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 ---