Searched refs:circleQueue (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | scheduler.py | 599 …thread in ParanoidIterateLinkageChain(runq_queue_head, "thread_t", "runq_links", circleQueue=True): 604 …thread in ParanoidIterateLinkageChain(runq_queue_head, "thread_t", "runq_links", circleQueue=True): 620 …d in ParanoidIterateLinkageChain(rt_pri_rq.pri_queue, "thread_t", "runq_links", circleQueue=False): 812 def ParanoidIterateLinkageChain(queue_head, element_type, field_name, field_ofst=0, circleQueue=Fal… argument 843 if circleQueue: 851 if not circleQueue and ParanoidIterateLinkageChain.enable_paranoia: 886 if not circleQueue and unsigned(queue_head) == unsigned(link): 904 if circleQueue and unsigned(queue_head) == unsigned(link):
|