Changeset 5210
- Timestamp:
- Sep 18, 2006, 8:42:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/macros.lisp
r5175 r5210 3175 3175 ,@body)))) 3176 3176 3177 (defmacro with-ioblock-input-lock-grabbed ((ioblock) &body body) 3178 `(with-lock-grabbed ((ioblock-inbuf-lock ,ioblock)) 3179 ,@body)) 3180 3181 (defmacro with-ioblock-output-lock-grabbed ((ioblock) &body body) 3182 `(with-lock-grabbed ((ioblock-outbuf-lock ,ioblock)) 3183 ,@body)) 3184 3185 3177 3186 (defmacro with-stream-ioblock-input ((ioblock stream &key 3178 3187 speedy)
Note:
See TracChangeset
for help on using the changeset viewer.
