Fix: pthread::mutex unlock must not throw
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 Jun 2022 16:11:54 +0000 (12:11 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 15 Jun 2022 15:08:02 +0000 (11:08 -0400)
commit460bede77c5a79691a3e1fca03c2d64209038f31
treee72369a7b276ff7b8fb8d2201df096dcd7949c2f
parent52cb8c0f651ade8d057a264eea1de534ead36517
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 <jeremie.galarneau@efficios.com>
Change-Id: I5dfd856f8a2dd29fd7c480c6ab6289b5b91c4391
src/common/pthread-lock.hpp
This page took 0.024386 seconds and 4 git commands to generate.