Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h394 int32 stackIndex = top; in AllocObject() local
395 MT_VERIFY(stackIndex < (int32)stackId.size(), "Stack is too deep.", return nullptr); in AllocObject()
403 stackId[stackIndex] = (index + 1); in AllocObject()