Handbook
Glossary
schedule-sleep ( thread dt -- )
Vocabulary
threads
.
private
Inputs
thread
an
object
dt
an
object
Outputs
None
Definition
USING:
accessors
heaps
kernel
threads
;
IN:
threads.private
:
schedule-sleep
( thread dt -- )
dupd
sleep-queue
heap-push*
>>sleep-entry
drop
;