]> git.meshlink.io Git - meshlink/commitdiff
Add asserts() to all pthread related function calls.
authorGuus Sliepen <guus@meshlink.io>
Thu, 11 Jun 2020 20:17:23 +0000 (22:17 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 11 Jun 2020 20:22:58 +0000 (22:22 +0200)
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.


No differences found