Searched refs:circleQueue (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | scheduler.py | 605 …thread in ParanoidIterateLinkageChain(runq_queue_head, "thread_t", "runq_links", circleQueue=True): 610 …thread in ParanoidIterateLinkageChain(runq_queue_head, "thread_t", "runq_links", circleQueue=True): 626 …d in ParanoidIterateLinkageChain(rt_pri_rq.pri_queue, "thread_t", "runq_links", circleQueue=False): 815 def ParanoidIterateLinkageChain(queue_head, element_type, field_name, field_ofst=0, circleQueue=Fal… argument 846 if circleQueue: 854 if not circleQueue and ParanoidIterateLinkageChain.enable_paranoia: 889 if not circleQueue and unsigned(queue_head) == unsigned(link): 907 if circleQueue and unsigned(queue_head) == unsigned(link):
|