[Openmcl-cvs-notifications] Commit: ccl/lisp-kernel
gb@clozure.com
gb at clozure.com
Sun May 7 04:34:15 MDT 2006
Affected files with versions:
area.h,1.20
lisp_globals.h,1.16
memory.c,1.4
pmcl-kernel.c,1.75
thread_manager.c,1.63
-----------------------------------
Details:
Update of /usr/local/tmpcvs/openmcl-dev/ccl/lisp-kernel
In directory clozure.com:/tmp/cvs-serv13924/lisp-kernel
Modified Files:
area.h lisp_globals.h memory.c pmcl-kernel.c thread_manager.c
Log Message:
Combine the AREA_LOCK and TCR_LOCK into a single lock (TCR_AREA_LOCK).
(This makes it a little harder to deadlock if code that wants both
locks isn't careful to try to obtain them in some canonical order.)
More information about the Openmcl-cvs-notifications
mailing list