Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/util/thread/
DQueuedThreadPool.java75 public QueuedThreadPool(int maxThreads) in QueuedThreadPool() argument
78 setMaxThreads(maxThreads); in QueuedThreadPool()
203 public void setMaxThreads(int maxThreads) in setMaxThreads() argument
205 _maxThreads=maxThreads; in setMaxThreads()
/external/jetty/src/resources/org/eclipse/jetty/util/thread/jmx/
DQueuedThreadPool-mbean.properties3 maxThreads: Maximum number threads in the pool key
/external/mesa3d/src/mesa/swrast/
Ds_context.c725 const GLuint maxThreads = omp_get_max_threads(); in _swrast_CreateContext() local
727 const GLuint maxThreads = 1; in _swrast_CreateContext() local
778 swrast->SpanArrays = (SWspanarrays *) MALLOC(maxThreads * sizeof(SWspanarrays)); in _swrast_CreateContext()
783 for(i = 0; i < maxThreads; i++) { in _swrast_CreateContext()
Ds_texcombine.c604 const GLint maxThreads = omp_get_max_threads(); in _swrast_texture_span() local
606 const GLint maxThreads = 1; in _swrast_texture_span()
614 (GLfloat *) MALLOC(ctx->Const.MaxTextureImageUnits * maxThreads * in _swrast_texture_span()