From: Guus Sliepen Date: Thu, 11 Jun 2020 20:17:23 +0000 (+0200) Subject: Add asserts() to all pthread related function calls. X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=6558e508cc80ec97ec9c5bbcf7df922e13ed5b2e;hp=6558e508cc80ec97ec9c5bbcf7df922e13ed5b2e;p=meshlink Add asserts() to all pthread related function calls. We normally expect all pthread-related functions to succeed, so in all places where we didn't already explicitly check the return value, assert() that the functions return 0. ---