sem Struct Reference

#include <stdapis/sys/sem.h>

struct sem

Detailed Description

sem includes following members,

Member Attribute Documentation

semncnt

u_short semncnt

number of processes waiting for semval to become greater than current value

sempid

pid_t sempid

process ID of last operation

semval

u_short semval

semaphore value

semzcnt

u_short semzcnt

number of processes waiting for semval to become 0