Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/test/
Dtest_4882.cpp63 const int nrThreads = 20; in main() local
64 boost::thread* threads[nrThreads]; in main()
66 for (int i = 0; i < nrThreads; ++i) in main()
69 for (int i = 0; i < nrThreads; ++i) in main()