Changeset 7854
- Timestamp:
- Dec 9, 2007, 5:40:51 AM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/macros.lisp
r7742 r7854 2337 2337 ;;; Bind per-thread specials which help with lock accounting. 2338 2338 (defmacro with-lock-context (&body body) 2339 #+lock-accounting 2339 2340 `(let* ((*locks-held* *locks-held*) 2340 2341 (*locks-pending* *locks-pending*) 2341 2342 (*lock-conses* *lock-conses*)) 2342 ,@body)) 2343 ,@body) 2344 #-lock-accounting 2345 `(progn ,@body)) 2343 2346 2344 2347 (defmacro with-lock-grabbed ((lock &optional
Note:
See TracChangeset
for help on using the changeset viewer.
