Searched defs:busy_list (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/indexer/
H A Dworker-pool.c24 struct worker_connection_list *busy_list, *idle_list; member in struct:worker_pool
48 while (pool->busy_list != NULL) {
49 struct worker_connection_list *list = pool->busy_list;
51 DLLIST_REMOVE(&pool->busy_list, list);
68 return pool->busy_list != NULL;
110 if (pool->busy_list == NULL)
113 for (list = pool->busy_list; list != NULL; list = list->next) {
145 DLLIST_PREPEND(&pool->busy_list, list);
176 for (list = pool->busy_list; list != NULL; list = list->next) {
182 DLLIST_REMOVE(&pool->busy_list, lis
[all...]

Completed in 7 milliseconds