Home | History | Annotate | Download | only in libOpenglRender

Lines Matching full:threads

81     RenderThreadsSet threads;
117 // remove from the threads list threads which are
120 for (RenderThreadsSet::iterator n,t = threads.begin();
121 t != threads.end();
131 threads.erase(t);
137 threads.insert(rt);
143 // Wait for all threads to finish
145 for (RenderThreadsSet::iterator t = threads.begin();
146 t != threads.end();
152 threads.clear();