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.