portable-threads on sbcl-0.9.9-darwin-ppc - Details

Author:The GBBopen Project <gbbopen@GBBopen.org>
Description:Portable Threads.
Started at:2006-04-16 01:41:22
Ended at:2006-04-16 01:41:32
Elapsed time (seconds):10
Most recent change:2006-01-23 10:37:48
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/portable-threads/COPYING

REPL Output

;;; ASDF-INSTALL: Downloading 10653 bytes from http://common-lisp.net/project/cl-containers/portable-threads/portable-threads_latest.tar.gz to /Users/gwking/temporary/asdf-test/PORTABLE-THREADS.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/PORTABLE-THREADS.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
portable-threads/
portable-threads/COPYING
portable-threads/LICENSE
portable-threads/portable-threads.asd
portable-threads/portable-threads.lisp
portable-threads/rebuild

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/portable-threads/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/portable-threads/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/portable-threads/portable-threads.lisp" (written 23 JAN 2006 10:37:48 AM):
; compiling (UNLESS (FIND-PACKAGE :PORTABLE-THREADS) ...)
; compiling (IN-PACKAGE :PORTABLE-THREADS)
; compiling (IMPORT (QUOTE NIL))
; compiling (EXPORT (QUOTE #))
; compiling (PUSHNEW :MULTIPROCESSING-NOT-AVAILABLE ...)
; compiling (DEFUN MULTIPROCESSING-NOT-AVAILABLE ...)
; compiling (DEFVAR *NON-THREADED-PROCESS-WAIT-HOOK* ...)
; compiling (DEFUN MAKE-PROCESS-LOCK ...)
; compiling (DEFINE-COMPILER-MACRO MAKE-PROCESS-LOCK ...)
; compiling (DEFMACRO WITH-PROCESS-LOCK ...)
; compiling (DEFVAR *ATOMIC-OPERATION-LOCK* ...)
; compiling (DEFMACRO AS-ATOMIC-OPERATION ...)
; compiling (DEFMACRO ATOMIC-PUSH ...)
; compiling (DEFMACRO ATOMIC-PUSHNEW ...)
; compiling (DEFMACRO ATOMIC-POP ...)
; compiling (DEFMACRO ATOMIC-INCF ...)
; compiling (DEFMACRO ATOMIC-DECF ...)
; compiling (DEFMACRO ATOMIC-DELETE ...)
; compiling (DEFMACRO ATOMIC-FLUSH ...)
; compiling (DEFUN SPAWN-PROCESS ...)
; compiling (DEFUN KILL-PROCESS ...)
; compiling (DEFUN CURRENT-PROCESS ...)
; compiling (DEFINE-COMPILER-MACRO CURRENT-PROCESS ...)
; compiling (DEFUN ALL-PROCESSES ...)
; compiling (DEFINE-COMPILER-MACRO ALL-PROCESSES ...)
; compiling (DEFUN PROCESSP ...)
; compiling (DEFINE-COMPILER-MACRO PROCESSP ...)
; compiling (DEFUN NOT-A-PROCESS ...)
; compiling (DEFUN PROCESS-NAME ...)
; compiling (DEFINE-COMPILER-MACRO PROCESS-NAME ...)
; compiling (DEFUN PROCESS-WHOSTATE ...)
; compiling (DEFINE-COMPILER-MACRO PROCESS-WHOSTATE ...)
; compiling (DEFUN PROCESS-YIELD ...)
; compiling (DEFINE-COMPILER-MACRO PROCESS-YIELD ...)
; compiling (DEFUN PROCESS-WAIT ...)
; compiling (DEFUN PROCESS-WAIT-WITH-TIMEOUT ...)
; compiling (DEFUN HIBERNATE-PROCESS ...)
; compiling (DEFUN AWAKEN-PROCESS ...)
; compiling (DEFUN RUN-IN-PROCESS ...)
; compiling (DEFUN SYMBOL-VALUE-IN-PROCESS ...)
; compiling (DEFUN WAIT-ON-SEMAPHORE ...)
; compiling (DEFUN WAIT-ON-SEMAPHORE-WITH-TIMEOUT ...)
; compiling (DEFUN MAKE-GATE ...)
; compiling (DEFUN OPEN-GATE ...)
; compiling (DEFUN CLOSE-GATE ...)
; compiling (DEFUN GATE-OPEN-P ...)
; compiling (PUSHNEW :PORTABLE-THREADS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/portable-threads/portable-threads.fasl written
; compilation finished in 0:00:01
STYLE-WARNING: redefining MAKE-PROCESS-LOCK in DEFUN