Home
last modified time | relevance | path

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

/oneTBB/examples/test_all/fibonacci/
H A Dfibonacci.cpp455 IntRange NThread(1, 4); // Number of threads to use. in main() local
457 NThread.set_from_string(argv[2]); in main()
473 for (int threads = NThread.low; threads <= NThread.high; threads *= 2) { in main()