Home
last modified time | relevance | path

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

/haiku/headers/posix/sys/
H A Dipc.h20 #define IPC_SET 1 /* set options */ macro
/haiku/src/system/libroot/posix/sys/
H A Dxsi_sem.cpp49 case IPC_SET: in semctl()
/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp111 status_t status = msgctl(msgID, IPC_SET, &msg_queue); in test_msgctl()
164 status = msgctl(msgID, IPC_SET, &msg_queue); in test_msgsnd()
H A Dxsi_sem_test1.cpp292 status = semctl(semID, 0, IPC_SET, args); in test_semctl()
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp533 case IPC_SET: { in _user_xsi_msgctl()
H A Dxsi_semaphore.cpp955 case IPC_SET: { in _user_xsi_semctl()