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

ReleaseSemaphoreList

Make a list of semaphores available

Declaration

Source position: exec.pas line 1306

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: 2017-01-10