DynamicTextSetLock
(FUN)
FUNCTION DynamicTextSetLock : BOOL
Function to support the access to the dynamic text lock (semaphore). This function sets the lock. If the lock is already occupied by another task, the task blocks until the lock is obtained. 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 obtained. There must be a corresponding call to this function for each call to DynamicTextReleaseLock!
- InOut:
Scope
Name
Type
Return
DynamicTextSetLock
BOOL