Home
last modified time | relevance | path

Searched refs:IPC_RMID (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/posix/sys/
H A Dipc.h19 #define IPC_RMID 0 /* remove identifier */ macro
/haiku/src/system/libroot/posix/sys/
H A Dxsi_sem.cpp42 case IPC_RMID: in semctl()
/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp28 return msgctl(msgID, IPC_RMID, 0); in remove_msg_queue()
H A Dxsi_sem_test1.cpp37 return semctl(semID, 0, IPC_RMID, 0); in remove_semaphore()
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp507 if (command != IPC_RMID) { in _user_xsi_msgctl()
559 case IPC_RMID: { in _user_xsi_msgctl()
H A Dxsi_semaphore.cpp818 if (command != IPC_RMID) { in _user_xsi_semctl()
973 case IPC_RMID: { in _user_xsi_semctl()