Searched refs:msgctl (Results 1 - 5 of 5) sorted by path

/haiku/headers/posix/sys/
H A Dmsg.h40 int msgctl(int, int, struct msqid_ds *);
/haiku/src/system/libroot/posix/sys/
H A Dxsi_msg_queue.cpp25 msgctl(int messageQueueID, int command, struct msqid_ds *buffer) function
/haiku/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...]
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2101 void msgctl() {} function
H A Dlibroot_stubs_legacy.c2073 void msgctl() {} function

Completed in 102 milliseconds