Searched refs:MACH_PORT_SERVICE_THROTTLED (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.81.5/tests/ |
| H A D | mach_service_port.c | 34 …return mach_port_set_attributes(mach_task_self(), service_port, MACH_PORT_SERVICE_THROTTLED, (mach… in service_port_set_throttled() 44 …kr = mach_port_get_attributes(mach_task_self(), service_port, MACH_PORT_SERVICE_THROTTLED, (mach_p… in service_port_get_throttled()
|
| H A D | stackshot_tests.m | 2169 …kr = mach_port_set_attributes(mach_task_self(), service_port, MACH_PORT_SERVICE_THROTTLED, (mach_p… 2189 …kr = mach_port_set_attributes(mach_task_self(), service_port, MACH_PORT_SERVICE_THROTTLED, (mach_p…
|
| /xnu-10002.81.5/osfmk/mach/ |
| H A D | port.h | 382 #define MACH_PORT_SERVICE_THROTTLED 9 /* info is an integer that indicates if service por… macro
|
| /xnu-10002.81.5/osfmk/ipc/ |
| H A D | mach_port.c | 1938 case MACH_PORT_SERVICE_THROTTLED: { in mach_port_get_attributes() 2142 case MACH_PORT_SERVICE_THROTTLED: { in mach_port_set_attributes()
|