Searched refs:helper (Results 1 – 5 of 5) sorted by relevance
9 The ``follows`` and ``precedes`` helper functions aid in expressing10 dependencies between nodes when building oneTBB flow graphs. These helper functions can20 The ``follows`` helper function specifies that the node being constructed is23 The ``precedes`` helper function specifies that the node being constructed is
498 LargeMemoryBlock *helper = toRelease->next; in cleanToThreshold() local500 toRelease = helper; in cleanToThreshold()519 LargeMemoryBlock *helper = toRelease->next; in releaseAllToBackend() local520 MALLOC_ASSERT(!helper || lessThanWithOverflow(helper->age, toRelease->age), in releaseAllToBackend()523 toRelease = helper; in releaseAllToBackend()
1132 for (FreeBlock *helper; list; in coalescAndPutList() local1133 list = helper, in coalescAndPutList()1139 helper = list->nextToFree; in coalescAndPutList()1403 MemRegion *helper = regionList.head->next; in destroy() local1405 regionList.head = helper; in destroy()
1674 Block *headToFree = localHead, *helper; in returnBlock() local1681 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock()1682 helper = currBl->next; in returnBlock()1696 Block *helper; in externalCleanup() local1699 for (Block *currBl=head.exchange(nullptr); currBl; currBl=helper) { in externalCleanup()1700 helper = currBl->next; in externalCleanup()
266 Also, oneTBB provides a helper function that creates TBBConfig files from predefined templates. See…