pub unsafe extern "C" fn apr_thread_join(
retval: *mut apr_status_t,
thd: *mut apr_thread_t,
) -> apr_status_tExpand description
block until the desired thread stops executing. @param retval The return value from the dead thread. @param thd The thread to join