Searched refs:msgctl (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/headers/posix/sys/
H A Dmsg.h40 int msgctl(int, int, struct msqid_ds *);
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dxsi_msg_queue.cpp24 msgctl(int messageQueueID, int command, struct msqid_ds *buffer) function
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp28 return msgctl(msgID, IPC_RMID, 0);
50 TEST("msgctl(IPC_RMID) - private");
71 TEST("msgctl(IPC_RMID)");
82 TEST("msgctl()");
93 TEST_SET("msgctl({IPC_STAT, IPC_SET, IPC_RMID})");
104 TEST("msgctl(IPC_SET)");
111 status_t status = msgctl(msgID, IPC_SET, &msg_queue);
115 TEST("msgctl(IPC_STAT)");
117 status = msgctl(msgID, IPC_STAT, &msg_queue);
119 TEST("msgctl(IPC_STA
[all...]

Completed in 91 milliseconds