(C) 1998 AROS - The Amiga Research OS


NAME

struct SignalSemaphore * FindSemaphore (name)

LOCATION
In SysBase at offset 99

SYNOPSIS
STRPTR name

FUNCTION
Find a semaphore with a given name in the system global semaphore list. Note that this call doesn't arbitrate for the list - use Forbid() to do this yourself.

INPUTS
name
Pointer to name.

RESULT
Address of semaphore structure found or NULL.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY