NextPrevUpTopContentsIndex

14.4.2 Native threads on Mac OS X

Each Lisp mp:process has a separate native thread.

Lisp code can only run in one thread at a time and uses a lock to enforce this.

You can only call back into Lisp in a thread that was created by Lisp.


LispWorks User Guide - 8 Apr 2005

NextPrevUpTopContentsIndex