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

/forgerock/web-agents-v4/source/
H A Dthread.c42 static PTP_POOL worker_pool = NULL; variable
80 static struct am_threadpool *worker_pool = NULL; variable in typeref:struct:am_threadpool
83 pthread_mutex_unlock(&worker_pool->lock);
87 pthread_mutex_lock(&worker_pool->lock);
93 for (work = worker_pool->head; work != NULL; work = worker_pool->head) {
94 worker_pool->head = work->next;
98 pthread_attr_destroy(&worker_pool->attr);
99 pthread_cond_destroy(&worker_pool->busy);
100 pthread_cond_destroy(&worker_pool
[all...]

Completed in 1033 milliseconds