Searched refs:Push (Results 1 – 4 of 4) sorted by relevance
| /TaskScheduler/Scheduler/Include/Scopes/ |
| H A D | MTScopes.h | 319 T* Push() in Push() function 327 T* Push(const T1 & p1) in Push() function 335 T* Push(const T1 & p1, const T2 & p2) in Push() function 343 T* Push(const T1 & p1, const T2 & p2, const T3 & p3) in Push() function 351 T* Push(const T1 & p1, const T2 & p2, const T3 & p3, const T4 & p4) in Push() function 450 T* Push() in Push() function 458 T* Push(T1 p1, T2 p2) in Push() function 466 T* Push(T1 p1, T2 p2, T3 p3) in Push() function 474 T* Push(T1 p1, T2 p2, T3 p3, T4 p4) in Push() function 592 stackPointer -> Push(SCOPE_CONCAT(scope_stackParentId_, __LINE__), scopeDescriptorId); \ [all …]
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | ScopesTests.cpp | 114 MT::ScopeStackEntry* pInstance = weakStack.Push(parentId, MT::invalidStorageId); in SUITE() 128 MT::ScopeStackEntry* pInstance2 = weakStack.Push(stackTopId, testStorageId); in SUITE() 156 MT::ScopeStackEntry* pInstance = strongStack.Push(parentId, MT::invalidStorageId); in SUITE() 170 MT::ScopeStackEntry* pInstance2 = strongStack.Push(stackTopId, testStorageId); in SUITE() 200 MT::ScopeStackEntry* pInstance3 = strongStack.Push(parentId, MT::invalidStorageId); in SUITE()
|
| H A D | FoundationTests.cpp | 40 ringBuffer.Push(-1); in SUITE() 41 ringBuffer.Push(1); in SUITE() 53 ringBuffer.Push(3 + j); in SUITE()
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTConcurrentRingBuffer.h | 96 void Push(T && item) in Push() function
|