Searched refs:apr_queue_create (Results 1 – 3 of 3) sorted by relevance
55 APU_DECLARE(apr_status_t) apr_queue_create(apr_queue_t **queue,
99 rv = apr_queue_create(&queue, QUEUE_SIZE, p); in test_queue_producer_consumer()
101 APU_DECLARE(apr_status_t) apr_queue_create(apr_queue_t **q, in apr_queue_create() function