Home | History | Annotate | Download | only in libOpenglRender

Lines Matching full:threads

65     RenderThreadsSet threads;
101 // remove from the threads list threads which are
104 for (RenderThreadsSet::iterator n,t = threads.begin();
105 t != threads.end();
115 threads.erase(t);
120 threads.insert(rt);
126 // Wait for all threads to finish
128 for (RenderThreadsSet::iterator t = threads.begin();
129 t != threads.end();
135 threads.clear();