Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ task_yield(A) — Apollo Domain/OS SR10.4.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

task_$exit

TASK_$YIELD                       Domain/OS                        TASK_$YIELD


NAME
     task_$yield - yield the processor

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/task.h>

     void task_$yield(void);

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/task.ins.pas';

     procedure task_$yield;

DESCRIPTION
     Task_$yield yields the processor to the next ready task at the same
     priority level as the calling task.  If there are no other ready tasks at
     that level, the calling task continues to run.

SEE ALSO
     task_$exit.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026