DynamicTextReleaseLock (FUN)

FUNCTION DynamicTextReleaseLock : BOOL

Function to support the access to the dynamic text lock (semaphore). This function releases the lock. The operation is atomic, which means that it cannot be interrupted by another task. This also applies to multicore platforms. The result is true if the lock has been released. There must be a corresponding call to this function for each call to DynamicTextSetLock and DynamicTextTestAndSetLock!

InOut:

Scope

Name

Type

Return

DynamicTextReleaseLock

BOOL