guile-devel
[Top][All Lists]
Advanced

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

Re: Terrific Dead Lock


From: Ludovic Courtès
Subject: Re: Terrific Dead Lock
Date: Wed, 16 Apr 2008 12:03:55 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

Neil Jerram <address@hidden> writes:

> Yes, fine.  Sorry for forgetting about this.

Thanks, applied.

> (I wonder if SCM_CDR (scm_last_plist_filename) on one thread is
> guaranteed to give a sane value, if there is another thread
> simultaneously doing SCM_SETCDR (scm_last_plist_filename) - but I'm
> not an expert in this kind of thing.)

Yes, I suppose that's the assumption, and it's probably a reasonable one
since `SCM_SETCDR' boils down to a single memory write.

Thanks,
Ludovic.





reply via email to

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