Searched refs:formatWaitInfo (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 1701 def formatWaitInfo(info, wantHex, portlabels): function 1896 …return [formatWaitInfo(wi, False, portlabels) + formatTurnstileInfo(ti, wi.get('portlabel_id', 0),… 2271 … tsnap['waitInfo'] = [formatWaitInfo(x, False, portlabels) for x in piddata['thread_waitinfo']] 2603 return formatWaitInfo(data, mosthex, portlabels)
|