Home
last modified time | relevance | path

Searched refs:put (Results 1 – 15 of 15) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DParallelizing_Flow_Graph.rst51 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 DMapping_Nodes2Tasks.rst44 Likewise, the body tasks execute the lambda expressions and then put
H A Dappendix_A.rst23 has to evict items from cache and put them back into main memory.
H A DDependence_Graph.rst130 lambda expressions and then put a continue_msg to all successor nodes,
H A Dcreate_token_based_system.rst132 optionally put 0 or more outputs to each of its output ports. Using a
H A DPredefined_Node_Types.rst51 …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 DLocal_Serializer.rst48 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 Dlarge_objects.h339 void put(LargeMemoryBlock *largeBlock);
H A Dfrontend.cpp572 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 Dtbbmalloc_internal.h283 void put(intptr_t binTag, Block *block);
H A Dlarge_objects.cpp956 void LargeObjectCache::put(LargeMemoryBlock *largeBlock) in put() function in rml::internal::LargeObjectCache
1013 loc.put(mBlock); in freeLargeObject()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp548 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 DDoxyfile.in236 # 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 DTask_API.rst387 …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 Ddoctest.h6578 s.put(character);
6581 s.put('\\');
6588 s.put(character);
6593 s.put('\\');