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

/freebsd-10.2-release/contrib/apr-util/test/
H A Dtestdbd.c94 apr_pool_t* tpool; local
/freebsd-10.2-release/cddl/compat/opensolaris/misc/
H A Dthread_pool.c40 delete_pool(tpool_t *tpool) argument
61 tpool_t *tpool = arg; local
77 notify_waiters(tpool_t *tpool) argument
91 tpool_t *tpool = arg; local
112 tpool_t *tpool = (tpool_t *)arg; local
211 create_worker(tpool_t *tpool) argument
228 tpool_t *tpool; local
265 tpool_dispatch(tpool_t *tpool, void (*func)(void *), void *arg) argument
302 tpool_destroy(tpool_t *tpool) argument
337 tpool_abandon(tpool_t *tpool) argument
359 tpool_wait(tpool_t *tpool) argument
372 tpool_suspend(tpool_t *tpool) argument
381 tpool_suspended(tpool_t *tpool) argument
393 tpool_resume(tpool_t *tpool) argument
414 tpool_member(tpool_t *tpool) argument
[all...]
H A Dthread_pool_impl.h69 struct tpool { struct

Completed in 131 milliseconds