Home
last modified time | relevance | path

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

/oneTBB/doc/main/reference/
H A Dfollows_and_precedes_functions.rst9 The ``follows`` and ``precedes`` helper functions aid in expressing
10 dependencies between nodes when building oneTBB flow graphs. These helper functions can
20 The ``follows`` helper function specifies that the node being constructed is
23 The ``precedes`` helper function specifies that the node being constructed is
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp498 LargeMemoryBlock *helper = toRelease->next; in cleanToThreshold() local
500 toRelease = helper; in cleanToThreshold()
519 LargeMemoryBlock *helper = toRelease->next; in releaseAllToBackend() local
520 MALLOC_ASSERT(!helper || lessThanWithOverflow(helper->age, toRelease->age), in releaseAllToBackend()
523 toRelease = helper; in releaseAllToBackend()
H A Dbackend.cpp1132 for (FreeBlock *helper; list; in coalescAndPutList() local
1133 list = helper, in coalescAndPutList()
1139 helper = list->nextToFree; in coalescAndPutList()
1403 MemRegion *helper = regionList.head->next; in destroy() local
1405 regionList.head = helper; in destroy()
H A Dfrontend.cpp1674 Block *headToFree = localHead, *helper; in returnBlock() local
1681 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock()
1682 helper = currBl->next; in returnBlock()
1696 Block *helper; in externalCleanup() local
1699 for (Block *currBl=head.exchange(nullptr); currBl; currBl=helper) { in externalCleanup()
1700 helper = currBl->next; in externalCleanup()
/oneTBB/cmake/
H A DREADME.md266 Also, oneTBB provides a helper function that creates TBBConfig files from predefined templates. See…