Home  /  Autodocs  /  graphics.library

NAME

WaitTOF
Wait for the top of the next video frame.

SYNOPSIS

WaitTOF()

void WaitTOF( void );

FUNCTION

Wait for vertical blank to occur and all vertical blank interrupt routines to complete before returning to caller.

INPUTS

none

RESULT

Places this task on the TOF wait queue. When the vertical blank interrupt comes around, the interrupt service routine will fire off signals to all the tasks doing WaitTOF. The highest priority task ready will get to run then.

SEE ALSO

exec.library/Wait() exec.library/Signal()