X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..d9a64523371fa019c4575bb400cbbc3a50ac9903:/osfmk/man/mach_port_limits.html diff --git a/osfmk/man/mach_port_limits.html b/osfmk/man/mach_port_limits.html old mode 100755 new mode 100644 index 1c2b811eb..d7ecb035c --- a/osfmk/man/mach_port_limits.html +++ b/osfmk/man/mach_port_limits.html @@ -1 +1,34 @@ -

mach_port_limits


Structure - Specifies a port's resource and message queue limits.

SYNOPSIS

struct mach_port_limits
{
       mach_port_msgcount_t      queue_limit;
};

typedef struct mach_port_limits* mach_port_limits_t;

FIELDS

queue_limit
Number of messages allowed to be on the message queue at any given time. Attempts to queue more messages than this limit will block.

DESCRIPTION

The mach_port_limits structure defines various limits governing the messages that can be sent through the port. (In the current implementation, the structure maintains only a queue length limit.)

RELATED INFORMATION

Functions: mach_port_get_attributes, mach_port_set_attributes.

Structures: mach_port_qos. \ No newline at end of file +

mach_port_limits

+
+

+Structure - Specifies a port's resource and message queue limits. +

SYNOPSIS

+
+struct mach_port_limits
+{
+       mach_port_msgcount_t      queue_limit;
+};
+
+typedef struct mach_port_limits* mach_port_limits_t;
+
+

FIELDS

+
+
queue_limit +
+Number of messages allowed to be on the message queue at any given +time. Attempts to queue more messages than this limit will block. +
+

DESCRIPTION

+

+The mach_port_limits structure defines various limits +governing the messages that can be sent through the port. (In the current +implementation, the structure maintains only a queue length limit.) +

RELATED INFORMATION

+

+Functions: +mach_port_get_attributes, +mach_port_set_attributes. +

+Structures: +mach_port_qos. +