unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* w32: is the critical section cleaned up on exit?
@ 2006-11-27 13:17 Lennart Borgman
  2006-11-27 23:14 ` Jason Rumney
  0 siblings, 1 reply; 2+ messages in thread
From: Lennart Borgman @ 2006-11-27 13:17 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: w32: is the critical section cleaned up on exit?
  2006-11-27 13:17 w32: is the critical section cleaned up on exit? Lennart Borgman
@ 2006-11-27 23:14 ` Jason Rumney
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Rumney @ 2006-11-27 23:14 UTC (permalink / raw)
  Cc: Emacs Devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-27 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27 13:17 w32: is the critical section cleaned up on exit? Lennart Borgman
2006-11-27 23:14 ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).