Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/usertaskdebugging/
H A Dtarget.py50 logging.critical("Not Implemented: getRegisterDataForThread")
54 logging.critical("readMemory: Not Implemented: readMemory")
66 logging.critical("getRegisterInfo: Not Implemented: getRegisterInfo")
70 logging.critical("Not Implemented: qProcessInfo")
90 logging.critical("Not Implemented: qShlibInfoAddr")
121 logging.critical("getThreadStopInfo: Not Implemented. returning basic info.")
H A Duserprocess.py150 logging.critical("0x%x thread id is not found in this task")
160 logging.critical("0x%x thread id is not found in this task" % th_id)
176 logging.critical("0x%x thread id is not found in this task")
H A Dgdbserver.py23 logging.critical("No client connected. Bailing.")
/xnu-8020.140.41/bsd/netinet/
H A Disakmp.h78 uint8_t critical; /* bit 7 - critical, rest is RESERVED */ member
/xnu-8020.140.41/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-8020.140.41/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.
/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c5167 boolean_t critical, delta; in memorystatus_pages_update() local
5173 critical = (pages_avail < memorystatus_available_pages_critical) ? TRUE : FALSE; in memorystatus_pages_update()
5177 if (critical || delta) { in memorystatus_pages_update()