OS_ReleaseLockID


C Specification

#include <nitro/os.h>
void OS_ReleaseLockID( u16 ID );

Description

This releases the ID. This is used to release the ID obtained using  OS_GetLockID() so that the IDs won't overlap using the OS_Lock* function.

OS_GetLockID() will not return the value until the ID has been released.

Arguments

ID ID to be released

Return Value

None.

Reference

OS_GetLockID

History

06/21/2004 First Edition