Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DScopesTests.cpp111 int parentId = weakStack.Top(); in SUITE()
122 int stackTopId = weakStack.Top(); in SUITE()
134 int stackTopId2 = weakStack.Top(); in SUITE()
141 int _stackTopId = weakStack.Top(); in SUITE()
145 CHECK(weakStack.Top() == MT::invalidStackId); in SUITE()
153 int parentId = strongStack.Top(); in SUITE()
164 int stackTopId = strongStack.Top(); in SUITE()
176 int stackTopId2 = strongStack.Top(); in SUITE()
183 int _stackTopId = strongStack.Top(); in SUITE()
187 CHECK(strongStack.Top() == MT::invalidStackId); in SUITE()
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h303 int32 Top() in Top() function
430 int32 Top() in Top() function
590 int32 SCOPE_CONCAT(scope_stackParentId_, __LINE__) = stackPointer -> Top(); \
598 int32 SCOPE_CONCAT(scope_stackParentId_, __LINE__) = stackPointer -> Top(); \
605 int32 SCOPE_CONCAT(scope_stackParentId_, __LINE__) = stackPointer -> Top(); \
617 stackPointer -> Get( stackPointer -> Top() )