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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dport.h283 typedef natural_t mach_port_msgcount_t; /* number of msgs */ typedef
297 mach_port_msgcount_t mps_qlimit; /* queue limit */
298 mach_port_msgcount_t mps_msgcount; /* number in the queue */
307 #define MACH_PORT_QLIMIT_ZERO ((mach_port_msgcount_t) 0)
308 #define MACH_PORT_QLIMIT_BASIC ((mach_port_msgcount_t) 5)
309 #define MACH_PORT_QLIMIT_SMALL ((mach_port_msgcount_t) 16)
310 #define MACH_PORT_QLIMIT_LARGE ((mach_port_msgcount_t) 1024)
311 #define MACH_PORT_QLIMIT_KERNEL ((mach_port_msgcount_t) 65536)
317 mach_port_msgcount_t mpl_qlimit; /* number of msgs */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_mqueue.h87 mach_port_msgcount_t msgcount;
88 mach_port_msgcount_t qlimit;
201 mach_port_msgcount_t qlimit);
H A Dipc_mqueue.c942 mach_port_msgcount_t qlimit)
952 mach_port_msgcount_t i, wakeup;

Completed in 30 milliseconds