<< 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


020-0059 Rev. D << Previous | Next >> µC/OS-II