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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.c1440 unsigned long port_count_warning = 20000; variable
1503 if (port_count_warning > 0 && port_count >= port_count_warning)
1504 assert(port_count < port_count_warning);

Completed in 18 milliseconds