Searched refs:ShowThreadCall (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | scheduler.py | 967 def ShowThreadCall(prefix, call, recent_timestamp, pqueue, is_pending=False): function 1057 if ShowThreadCall.enable_debug : 1128 ShowThreadCall.enable_debug = False 1163 ShowThreadCall("\t\t", call, recent_timestamp, None, is_pending=True) 1170 ShowThreadCall("\t\t", call, recent_timestamp, group.delayed_pqueues[0]) 1177 ShowThreadCall("\t\t", call, recent_timestamp, group.delayed_pqueues[1]) 1189 ShowThreadCall("\t", state.thc_call, recent_timestamp, None)
|