pub unsafe extern "C" fn apr_queue_interrupt_all(
queue: *mut apr_queue_t,
) -> apr_status_tExpand description
interrupt all the threads blocking on this queue.
@param queue the queue
pub unsafe extern "C" fn apr_queue_interrupt_all(
queue: *mut apr_queue_t,
) -> apr_status_tinterrupt all the threads blocking on this queue.
@param queue the queue