Home | History | Annotate | Download | only in tests

Lines Matching refs:SEM_UNDO

63 	sem_b->sem_flg = SEM_UNDO;
72 sem_b2->sem_flg & SEM_UNDO ? "SEM_UNDO|" : "",
74 sem_b2->sem_flg & ~(SEM_UNDO | IPC_NOWAIT),
79 printf("semop(%d, [{0, 1, SEM_UNDO}], 1) = 0\n", id);
84 printf("semop(%d, [{0, -1, SEM_UNDO}], 1) = 0\n", id);
98 sem_b2->sem_flg & SEM_UNDO ? "SEM_UNDO|" : "",
100 sem_b2->sem_flg & ~(SEM_UNDO | IPC_NOWAIT),
108 printf("semtimedop(%d, [{0, 1, SEM_UNDO}], 1, NULL) = 0\n", id);
113 printf("semtimedop(%d, [{0, -1, SEM_UNDO}], 1, "