Skip to main content

apr_thread_join

Function apr_thread_join 

Source
pub unsafe extern "C" fn apr_thread_join(
    retval: *mut apr_status_t,
    thd: *mut apr_thread_t,
) -> apr_status_t
Expand description

block until the desired thread stops executing. @param retval The return value from the dead thread. @param thd The thread to join