scsh-0.6/scsh/threads.scm

10 lines
269 B
Scheme
Raw Normal View History

;Thread nomenclature for scsh.
2001-12-07 04:59:48 -05:00
(define fork/thread (structure-ref thread-fluids fork-thread))
(define fork/process (structure-ref scsh-level-0 fork))
(define wait/thread (structure-ref threads-internal wait))
(define wait/process (structure-ref scsh-level-0 wait))