Home
last modified time | relevance | path

Searched refs:_tcallScheduled (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/libkern/c++/
H A DOSSymbol.cpp118 bool _tcallScheduled; member in OSSymbolPool
265 if (shouldGrow() && !_tcallScheduled && in insertSymbol()
267 _tcallScheduled = true; in insertSymbol()
300 if (shouldShrink() && !_tcallScheduled && in removeSymbol()
302 _tcallScheduled = true; in removeSymbol()
323 _tcallScheduled = false; in rehash()