Skip to content
Unverified Commit d8294d8a authored by baldurk's avatar baldurk
Browse files

Use linked-list & spinlock to avoid non-safe functions. Closes #1102

* Most functions - including pthreads, malloc, free, etc are not safe to use in
  signal handlers. So we use a simple spin-lock and manual linked-list to manage
  our list of PIDs to wait on.
parent 834bbe69
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment