Searched defs:sem_array (Results 1 – 1 of 1) sorted by relevance
12 struct sem_array { struct14 sem_perm; /* permissions .. see ipc.h */15 time_t sem_ctime; /* last change time */16 struct sem *sem_base; /* ptr to first semaphore in array */17 struct list_head pending_alter; /* pending operations */19 struct list_head pending_const; /* pending complex operations */21 struct list_head list_id; /* undo requests on this array */22 int sem_nsems; /* no. of semaphores in array */23 int complex_count; /* pending complex operations */