This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Proper cancellation of threads in C++: another question...


If throwing the an exception to unwind the stack as a consequence of cancelling
a thread should free memory, is this OK?  Are there any nasty interactions with
malloc--I.E. cancellation points in the memory manager which would preclude
re-entering it?
---
George T. Talbot
<george@moberg.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]