Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

ReleaseSemaphoreList

Make a list of semaphores available

Declaration

Source position: exec.pas line 1265

procedure ReleaseSemaphoreList(

  sigSem: pList

);

Arguments

sigSem

  

A list of signal semaphores

Description

ReleaseSemaphoreList() is the inverse of ObtainSemaphoreList(). It releases each element in the semaphore list.

See also

ObtainSemaphoreList

  

Get a List of semaphores


Documentation generated on: 2021-07-30