emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: w32: is the critical section cleaned up on exit?


From: Jason Rumney
Subject: Re: w32: is the critical section cleaned up on exit?
Date: Mon, 27 Nov 2006 23:14:14 +0000
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

Lennart Borgman wrote:
I can not find any call to DeleteCriticalSection() in the code. Ie there is one in delete_crit(), but delete_crit never seems to be called. Or, at least I can not find that call.
A critical section is just a bit of memory that gets shared between threads within a single process. If the process exits it gets deleted along with the rest of the memory the process was using.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]