Skip to main content

apr_queue_interrupt_all

Function apr_queue_interrupt_all 

Source
pub unsafe extern "C" fn apr_queue_interrupt_all(
    queue: *mut apr_queue_t,
) -> apr_status_t
Expand description

interrupt all the threads blocking on this queue.

@param queue the queue