mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 21:17:09 +00:00
d8294d8a88
* 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.