Searched refs:_GetCurrentSessionID (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/core/
H A Dcaching.py67 """ A default callable function that _GetCurrentSessionID uses to
72 def _GetCurrentSessionID(): function
124 _static_data[key] = (value, _GetCurrentSessionID())
140 if _GetCurrentSessionID() == _dynamic_data[key][1]:
163 _dynamic_data[key] = (value, _GetCurrentSessionID())

Completed in 22 milliseconds