OSGetIdleFunction

C Specification

#include <revolution/os.h>
OSThread* OSGetIdleFunction( void );

Arguments

None.

Return Values

Pointer to the idle function OSThread.

Description

Gets the pointer to the current background thread that the OSSetIdleFunction function creates.

See Also

OSSetIdleFunction

Revision History

03/01/2006 Initial version.