[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

UnlockIBase

Release a an Intuition lock gotten by LockIBase().

Declaration

Source position: intuition.pas line 3257

procedure UnlockIBase(

  LockNumber: LongWord

);

Arguments

LockNumber

  

The value returned by LockIBase() should be passed to this function, to specify which internal lock is to be freed.

Description

Calling this function when you do not own the specified lock will immediately crash the system.

See also

LockIBase

  

Invoke semaphore arbitration of IntuitionBase.


Documentation generated on: 2017-01-10