%semget() Function

For Windows: Not Supported

The %semget() function creates a semaphore set.

Syntax

value = %semget(key, nsems, semflg)

Description

Valid values for key and semflg are defined in the files: sem.h and ipc.h. See the UNIX system documentation.

See Also

%semctl() Function

%semop() Function

cfunction Statement