Searched refs:put (Results 1 – 15 of 15) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Parallelizing_Flow_Graph.rst | 51 butter before you put away the peanut butter jar, and likewise spread on 52 the jelly before you put away the jelly jar. And, you need to spread on
|
| H A D | Mapping_Nodes2Tasks.rst | 44 Likewise, the body tasks execute the lambda expressions and then put
|
| H A D | appendix_A.rst | 23 has to evict items from cache and put them back into main memory.
|
| H A D | Dependence_Graph.rst | 130 lambda expressions and then put a continue_msg to all successor nodes,
|
| H A D | create_token_based_system.rst | 132 optionally put 0 or more outputs to each of its output ports. Using a
|
| H A D | Predefined_Node_Types.rst | 51 …ternal activity can use a special interface to return a generic type and put it to all success…
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Local_Serializer.rst | 48 when a work item appears, put the item in flight. Otherwise, push the 50 another item from the FIFO and put it in flight.
|
| /oneTBB/src/tbbmalloc/ |
| H A D | large_objects.h | 339 void put(LargeMemoryBlock *largeBlock);
|
| H A D | frontend.cpp | 572 bool put(LargeMemoryBlock *object, ExtMemoryPool *extMemPool); 1608 void OrphanedBlocks::put(intptr_t binTag, Block *block) in put() function in rml::internal::OrphanedBlocks 1793 memPool->extMemPool.orphanedBlocks.put(intptr_t(bin+index), threadlessBlock); in release() 1805 memPool->extMemPool.orphanedBlocks.put(intptr_t(bin+index), threadlessBlock); in release() 2196 bool LocalLOCImpl<LOW_MARK, HIGH_MARK>::put(LargeMemoryBlock *object, ExtMemoryPool *extMemPool) in put() function in rml::internal::LocalLOCImpl 2349 if (tls->lloc.put(header->memoryBlock, &extMemPool)) in putToLLOCache()
|
| H A D | tbbmalloc_internal.h | 283 void put(intptr_t binTag, Block *block);
|
| H A D | large_objects.cpp | 956 void LargeObjectCache::put(LargeMemoryBlock *largeBlock) in put() function in rml::internal::LargeObjectCache 1013 loc.put(mBlock); in freeLargeObject()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_whitebox.cpp | 548 bool ret = lLOC.put(((LargeObjectHdr*)o - 1)->memoryBlock, mPool); in TestPools() 552 ret = lLOC.put(((LargeObjectHdr*)o - 1)->memoryBlock, mPool); in TestPools() 1536 loc->put(loArray[localIdx]); in populateCache() 1540 loc->put(loArray[idx - MIN_BIN_IDX]); in populateCache()
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 236 # will allow you to put the command \sideeffect (or @sideeffect) in the 238 # "Side Effects:". You can put \n's in the value part of an alias to insert 373 # (for instance a group of public functions) to be put as a subgroup of that 543 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of 1112 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag 1128 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a 1475 # sheet generated by doxygen has an example that shows how to put an image at 1843 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a 1908 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1952 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a [all …]
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 387 …api::tbb::task_group::defer`` adds a new task into the ``tg``. However, the task is not put into a
|
| /oneTBB/test/common/ |
| H A D | doctest.h | 6578 s.put(character); 6581 s.put('\\'); 6588 s.put(character); 6593 s.put('\\');
|