Searched refs:SEM_UNDO (Results 1 – 3 of 3) sorted by relevance
55 { 0, -1, (IPC_NOWAIT|SEM_UNDO) } /* Decrement semaphore, no block */58 { 0, -1, SEM_UNDO } /* Decrement semaphore */61 { 0, 1, (IPC_NOWAIT|SEM_UNDO) } /* Increment semaphore */
7 #define SEM_UNDO 0x1000 /* undo the operation on exit */ macro
162 { SEM_UNDO, "SEM_UNDO" },