Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 7 of 7) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTFiberContext.inl34 ArrayView<internal::GroupedTask> buffer(threadContext->descBuffer, taskCount); local
53 ArrayView<internal::GroupedTask> buffer(threadContext->descBuffer, taskCount); local
H A DMTScheduler.inl108 …ArrayView<internal::GroupedTask> buffer( MT_ALLOCATE_ON_STACK( bytesCountForGroupedTasks ), taskCo… local
H A DMTQueueMPMC.h55 Cell* const buffer; variable
/TaskScheduler/Scheduler/Source/
H A DMTFiberContext.cpp139 ArrayView<internal::GroupedTask> buffer(threadContext->descBuffer, taskHandleCount); in RunAsync() local
157 ArrayView<internal::GroupedTask> buffer(threadContext->descBuffer, taskHandleCount); in RunSubtasksAndYield() local
H A DMTScheduler.cpp598 ArrayView<internal::GroupedTask> buffer(context.descBuffer, 1); in SchedulerFiberProcessTask() local
726 …ArrayView<internal::GroupedTask> buffer(MT_ALLOCATE_ON_STACK(sizeof(internal::GroupedTask) * taskH… in RunAsync() local
/TaskScheduler/SchedulerTests/Tests/
H A DFoundationTests.cpp176 const int* buffer = static_cast<const int*>(rawMemory); in SUITE() local
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DMemoryOutStream.cpp204 char* buffer = new char[newCapacity]; in GrowBuffer() local