COHERENT help

This page displays the COHERENT help information for semctl.

Listing of available help pages


semctl() -- Control semaphore operations

#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>
int semctl(id, number, command, arg)
int id, command, number;
union semun {
        int value;
        struct semid_ds *buffer;
        unsigned short array[];
} arg;