Searched refs:circleQueue (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/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): 818 def ParanoidIterateLinkageChain(queue_head, element_type, field_name, field_ofst=0, circleQueue=Fal… argument 849 if circleQueue: 857 if not circleQueue and ParanoidIterateLinkageChain.enable_paranoia: 892 if not circleQueue and unsigned(queue_head) == unsigned(link): 910 if circleQueue and unsigned(queue_head) == unsigned(link):
|