Searched refs:APR_RING_EMPTY (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/apr/include/
H A Dapr_ring.h204 #define APR_RING_EMPTY(hp, elem, link) \ macro
333 if (!APR_RING_EMPTY((h2), elem, link)) { \
349 if (!APR_RING_EMPTY((h2), elem, link)) { \
/freebsd-10.2-release/contrib/apr/poll/unix/
H A Dz_asio.c377 if (!APR_RING_EMPTY(&(priv->free_ring), asio_elem_t, link)) {
625 while (!APR_RING_EMPTY(&(priv->prior_ready_ring), asio_elem_t, link)) {
684 if (APR_RING_EMPTY(&(priv->ready_ring), asio_elem_t, link)) {
H A Dport.c219 if (!APR_RING_EMPTY(&(pollset->p->free_ring), pfd_elem_t, link)) {
361 while (!APR_RING_EMPTY(&(pollset->p->add_ring), pfd_elem_t, link)) {
H A Depoll.c162 if (!APR_RING_EMPTY(&(pollset->p->free_ring), pfd_elem_t, link)) {
H A Dkqueue.c144 if (!APR_RING_EMPTY(&(pollset->p->free_ring), pfd_elem_t, link)) {
/freebsd-10.2-release/contrib/apr-util/misc/
H A Dapr_reslist.c95 if (!APR_RING_EMPTY(&reslist->free_list, apr_res_t, link)) {
H A Dapr_thread_pool.c212 if (APR_RING_EMPTY(me->recycled_thds, apr_thread_list_elt, link)) {
409 if (APR_RING_EMPTY(me->recycled_tasks, apr_thread_pool_task, link)) {
/freebsd-10.2-release/contrib/apr-util/include/
H A Dapr_buckets.h338 #define APR_BRIGADE_EMPTY(b) APR_RING_EMPTY(&(b)->list, apr_bucket, link)

Completed in 126 milliseconds