Skip to content
Snippets Groups Projects
Commit 0774c40b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

Rework threading:

 - lock/unlock/signal/wait/destroy functions cannot fail unless there is a bug,
   so have them return void rather than an unused int, and assert against bugs.
 - Fix a few corner case minor bugs.
 - Use fprintf() rather than msg_Err() to avoid infinite recursions.
parent 612a1f1d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment