1999-09-14 09:32:05 -04:00
|
|
|
;Thread nomenclature for scsh.
|
|
|
|
|
2001-12-07 04:59:48 -05:00
|
|
|
(define fork/thread (structure-ref thread-fluids fork-thread))
|
1999-09-14 09:32:05 -04:00
|
|
|
|
|
|
|
(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))
|