Searched defs:sem_undo (Results 1 – 1 of 1) sorted by relevance
117 struct sem_undo { struct118 struct sem_undo * proc_next; /* next entry on this process */ argument119 struct sem_undo * id_next; /* next entry on this semaphore set */ argument120 int semid; /* semaphore set identifier */121 short * semadj; /* array of adjustments, one per semaphore */