Home
last modified time | relevance | path

Searched refs:critical (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/usertaskdebugging/
H A Dtarget.py44 logging.critical("Not Implemented: getRegisterDataForThread")
48 logging.critical("readMemory: Not Implemented: readMemory")
60 logging.critical("getRegisterInfo: Not Implemented: getRegisterInfo")
64 logging.critical("Not Implemented: qProcessInfo")
84 logging.critical("Not Implemented: qShlibInfoAddr")
115 logging.critical("getThreadStopInfo: Not Implemented. returning basic info.")
H A Duserprocess.py145 logging.critical("0x%x thread id is not found in this task")
155 logging.critical("0x%x thread id is not found in this task" % th_id)
171 logging.critical("0x%x thread id is not found in this task")
H A Dgdbserver.py19 logging.critical("No client connected. Bailing.")
/xnu-8019.80.24/bsd/netinet/
H A Disakmp.h78 uint8_t critical; /* bit 7 - critical, rest is RESERVED */ member
/xnu-8019.80.24/iokit/DriverKit/
H A DIOService.iig314 …* The best way by far to handle this is to change how you schedule your time-critical DMA ope…
316 …ver, if this is not possible, your driver can inform power management when a time-critical transfer
/xnu-8019.80.24/doc/
H A Dsched_clutch_edge.md39 …hind the lower buckets in deadline order. Now, if a small burst of user-critical workload shows up…
76 …cheduler uses these properties to provide small priority boosts to latency critical user workloads.
H A Dallocators.md251 - the read-only map: it is used by the read-only allocator for security critical
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c5168 boolean_t critical, delta; in memorystatus_pages_update() local
5174 critical = (pages_avail < memorystatus_available_pages_critical) ? TRUE : FALSE; in memorystatus_pages_update()
5178 if (critical || delta) { in memorystatus_pages_update()