From: Jérémie Galarneau Date: Tue, 14 Jun 2022 16:11:54 +0000 (-0400) Subject: Fix: pthread::mutex unlock must not throw X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=460bede77c5a79691a3e1fca03c2d64209038f31;hp=460bede77c5a79691a3e1fca03c2d64209038f31;p=lttng-tools.git Fix: pthread::mutex unlock must not throw unlock() is often called by destructors (e.g. lock guard); it must not throw. We don't expect unlock to fail given our current usage anyhow. Signed-off-by: Jérémie Galarneau Change-Id: I5dfd856f8a2dd29fd7c480c6ab6289b5b91c4391 ---