Searched refs:mach_port_msgcount_t (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dport.h293 typedef natural_t mach_port_msgcount_t; /* number of msgs */ typedef
307 mach_port_msgcount_t mps_qlimit; /* queue limit */
308 mach_port_msgcount_t mps_msgcount; /* number in the queue */
317 #define MACH_PORT_QLIMIT_ZERO ((mach_port_msgcount_t) 0)
318 #define MACH_PORT_QLIMIT_BASIC ((mach_port_msgcount_t) 5)
319 #define MACH_PORT_QLIMIT_SMALL ((mach_port_msgcount_t) 16)
320 #define MACH_PORT_QLIMIT_LARGE ((mach_port_msgcount_t) 1024)
321 #define MACH_PORT_QLIMIT_KERNEL ((mach_port_msgcount_t) 65536)
327 mach_port_msgcount_t mpl_qlimit; /* number of msgs */
H A Dstd_types.defs115 type mach_port_msgcount_t = unsigned;
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_mqueue.h90 mach_port_msgcount_t msgcount;
91 mach_port_msgcount_t qlimit;
230 mach_port_msgcount_t qlimit);
H A Dipc_mqueue.c1060 mach_port_msgcount_t qlimit)
1070 mach_port_msgcount_t i, wakeup;

Completed in 40 milliseconds