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

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_port.c1785 unsigned long port_count_warning = 20000; variable
1848 if (port_count_warning > 0 && port_count >= port_count_warning)
1849 assert(port_count < port_count_warning);

Completed in 21 milliseconds