HomeSort by: relevance | last modified time | path
    Searched defs:sem_undo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
sem.h 76 #define SEM_UNDO 010000 /* undo changes on process exit */
111 struct sem_undo { struct
112 struct sem_undo *un_next; /* ptr to next active undo structure */
188 #define SEMUSZ (sizeof(struct sem_undo)+sizeof(struct sem_undo_entry)*SEMUME)
sem.h 76 #define SEM_UNDO 010000 /* undo changes on process exit */
111 struct sem_undo { struct
112 struct sem_undo *un_next; /* ptr to next active undo structure */
188 #define SEMUSZ (sizeof(struct sem_undo)+sizeof(struct sem_undo_entry)*SEMUME)

Completed in 23 milliseconds