Home
last modified time | relevance | path

Searched refs:SEM_UNDO (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/posix/sys/
H A Dsem.h15 #define SEM_UNDO 10 macro
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp156 array[i].sem_flg = SEM_UNDO; in test_semop2()
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp1170 if ((operations[i].sem_flg & SEM_UNDO) == 0) in _user_xsi_semop()
1190 if (operations[j].sem_flg & SEM_UNDO) { in _user_xsi_semop()