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

/haiku/headers/posix/sys/
H A Dmsg.h24 msglen_t msg_qbytes; /* Max number of bytes allowed on queue */ member in struct:msqid_ds
/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp110 msg_queue.msg_qbytes = 512;
120 assert_equals((msglen_t)msg_queue.msg_qbytes, (msglen_t)512);
163 msg_queue.msg_qbytes = 512;
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp103 fMessageQueue.msg_qbytes = MAX_BYTES_PER_QUEUE;
122 fMessageQueue.msg_qbytes = result->msg_qbytes;
189 return fMessageQueue.msg_qbytes;
379 if (fBytesInQueue + message->length > fMessageQueue.msg_qbytes)
545 if (msg.msg_qbytes > messageQueue->MaxBytes() && getuid() != 0) {
550 if (msg.msg_qbytes == 0) {
551 TRACE(("xsi_msgctl: can't set msg_qbytes to 0!\n"));

Completed in 40 milliseconds