Home
last modified time | relevance | path

Searched refs:Number (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/common/
H A Dutils.h71 void NativeParallelFor( Index Number, const Body& body ) { in NativeParallelFor() argument
73 for (Index idx = 0; idx < Number; ++idx) { in NativeParallelFor()
91 void NativeParallelFor( Index Number, Index block_size, const Body& body ) { in NativeParallelFor() argument
92 NativeParallelFor(Number / block_size, [block_size, &body] (Index idx) { in NativeParallelFor()
/oneTBB/test/tbb/
H A Dtest_numa_dist.cpp96 tls.local() = std::pair<int, int>(proc.Group, proc.Number); in TestNumaDistribution()
/oneTBB/doc/main/tbb_userguide/
H A DWorking_on_the_Assembly_Line_pipeline.rst331 assert(p>t->begin(),"Number too large to fit in buffer.\n");