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:
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp228 TEST_SET("semctl({GETVAL, SETVAL, GETPID, GETNCNT, GETZCNT, GETALL, SETALL, IPC_STAT, IPC_SET, IPC_RMID})");
238 // GETVAL
239 TEST("semctl(GETVAL)");
241 status_t status = semctl(semID, NUM_OF_SEMS - 1, GETVAL, args);
255 // GETVAL semaphore 4
256 int returnedValue = semctl(semID, 4, GETVAL, 0);
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp826 case GETVAL: {

Completed in 53 milliseconds