Skip to content
Snippets Groups Projects
Commit 54bdb5ae authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Replace the multiple custom assert wrappers with a single set

Previously, different files had different sets of wrappers around
pthread_mutex_* and rwlock_* functions.  This commit removes those
and puts assert_ prefixed ones in threadwrap.h and rwlockwrap.h.

It also uses them in all the bits that SyncTERM uses.

This means debug builds are much more likely to unexpectedly
terminate with an assertion... when it does, let us know!
parent a13b7713
No related branches found
No related tags found
No related merge requests found
Pipeline #7915 failed
Showing
with 559 additions and 602 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment