Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 7 of 7) sorted by relevance

/oneTBB/test/common/
H A Dvector_types.h59 Mvec stack[n]; variable
61 stack[i^5] = src.field[i];
64 field[i^5] = stack[i];
86 Mvec stack[n]; in init() local
93 stack[i^5] = value[0]; in init()
96 field[i^5] = stack[i]; in init()
H A Ddoctest.h3388 std::vector<std::streampos> stack;
3393 stack.push_back(ss.tellp());
3398 if (stack.empty())
3401 std::streampos pos = stack.back();
3402 stack.pop_back();
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_Scheduler_Init.rst116 Setting thread stack size
120 to set the stack size for oneTBB worker threads:
128 // Set 16 MB of the stack size for oneTBB worker threads.
129 // Note that the stack size of the main thread should be configured in accordace with the
134 // Create a big array in the stack
/oneTBB/cmake/compilers/
H A DIntel.cmake29 …OMPILE_FLAGS ${TBB_COMMON_COMPILE_FLAGS} $<$<EQUAL:${TBB_ARCH},32>:-falign-stack=maintain-16-byte>)
/oneTBB/doc/main/tbb_userguide/
H A DHow_Task_Scheduler_Works.rst29 …of nodes, but only a linear number can exists at the same time, since it creates a stack of other …
H A DCancellation_and_Nested_Parallelism.rst86 construct an 'isolated' ``task_group_context`` on the stack and pass it
H A DTask-Based_Programming.rst52 register state and a stack. On Linux, a thread even has its own process