Home
last modified time | relevance | path

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

/NextBSD/contrib/apr-util/misc/
HDapr_thread_pool.c27 #define TASK_PRIORITY_SEGS 4 macro
79 apr_thread_pool_task_t *task_idx[TASK_PRIORITY_SEGS];
136 for (i = 0; i < TASK_PRIORITY_SEGS; i++) { in thread_pool_construct()