Lines Matching refs:threads
95 * Thread group manages collection of threads that are expected to be
100 * an exception is safe, and other threads will continue execution. The
109 * threads.
2921 ThreadGroup threads;
2926 threads.add(MovePtr<ThreadGroupThread>(new CreateThread<Object>(env, res, params)));
2928 return threads.run();
2942 ThreadGroup threads;
2949 threads.add(MovePtr<ThreadGroupThread>(new CreateThread<Object>(env, *resources[ndx], params)));
2952 return threads.run();
3001 ThreadGroup threads;
3010 threads.add(MovePtr<ThreadGroupThread>(new CreateThread<Object>(perThreadEnv[ndx]->env, *resources[ndx], params)));
3013 return threads.run();