Home
last modified time | relevance | path

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

/oneTBB/examples/test_all/fibonacci/
H A Dfibonacci.cpp158 int SharedI = 1, SharedN; variable
171 if (SharedI >= SharedN) in operator ()()
176 ++SharedI; in operator ()()
186 if (SharedI >= SharedN) in operator ()()
191 ++SharedI; in operator ()()
200 SharedI = 1; in SharedSerialFib()