Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

ReleaseSemaphoreList

Make a list of semaphores available

Declaration

Source position: exec.pas line 1824

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