semget (2) Linux Manual Page
NAME semget – get a System V semaphore set identifier SYNOPSIS #include <sys/ipc.h> #include <sys/sem.h> #include <sys/types.h> int semget(key_t key, int nsems, int semflg); DESCRIPTION The semget() system call returns the System V semaphore set identifier associated with the argument key. It may be used either to obtain the identifier of a previously created semaphore…
