Public Attributes

semun Union Reference

#include <os_sem.h>

List of all members.

Public Attributes

int val
 value for SETVAL
struct semid_ds * buf
 buffer for IPC_STAT & IPC_SET
u_short * array
 array for GETALL & SETALL

Detailed Description

Definition at line 74 of file os_sem.h.


Member Data Documentation

u_short* semun::array

array for GETALL & SETALL

Definition at line 81 of file os_sem.h.

struct semid_ds* semun::buf

buffer for IPC_STAT & IPC_SET

Definition at line 79 of file os_sem.h.

value for SETVAL

Definition at line 77 of file os_sem.h.


The documentation for this union was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines