This is why we can't have safe cancellation points
This is why we can't have safe cancellation points
Posted Apr 16, 2016 13:52 UTC (Sat) by ballombe (subscriber, #9523)In reply to: This is why we can't have safe cancellation points by luto
Parent article: This is why we can't have safe cancellation points
> This code that supposedly works fine only works fine if it never calls into libraries, since those libraries might use malloc, or open, or mutexes, or anything else that acquires resources.
Yes, so ? This is a static property of the code.