Home
last modified time | relevance | path

Searched refs:GETVAL (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/posix/sys/
H A Dsem.h19 #define GETVAL 4 /* Get semval */ macro
/haiku/src/system/libroot/posix/sys/
H A Dxsi_sem.cpp38 case GETVAL: in semctl()
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp241 status_t status = semctl(semID, NUM_OF_SEMS - 1, GETVAL, args); in test_semctl()
256 int returnedValue = semctl(semID, 4, GETVAL, 0); in test_semctl()
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp826 case GETVAL: { in _user_xsi_semctl()