Home
last modified time | relevance | path

Searched defs:sem_array (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dsem.h87 struct sem_array { struct
89 sem_perm; /* permissions .. see ipc.h */
90 time_t sem_otime; /* last semop time */
91 time_t sem_ctime; /* last change time */
92 struct sem *sem_base; /* ptr to first semaphore in array */
93 struct list_head sem_pending; /* pending operations to be processed */
94 struct list_head list_id; /* undo requests on this array */
95 int sem_nsems; /* no. of semaphores in array */
96 int complex_count; /* pending complex operations */