| %SEMCTL | Index Level | %SEMOP |
| Syntax | value = %SEMGET( key, nsems, semflg ) |
| Category | BASIC |
| Type | C Function |
| Description |
creates a semaphore set.
Valid values for "key" and "semflg" are defined in "sem.h" and "ipc.h". See the Unix Programmer's guide. |
| Options | |
| See Also | CFUNCTION %SEMOP %SEMCTL |
| Example | |
| Warnings | |
| Compatibility | D3/Unix |
| %SEMCTL | Index Level | %SEMOP |