<< Previous | Next >>

OSSchedLock

void OSSchedLock( void );

Description

Prevents task rescheduling. This allows an application to prevent context switches until it is ready for them. There must be a matched call to OSSchedUnlock() for every call to OSSchedLock().

Library

UCOS2.LIB

See also

OSSchedUnlock


Dynamic C Functions << Previous | Next >> rabbit.com