pub unsafe extern "C" fn switch_thread_join(
retval: *mut switch_status_t,
thd: *mut switch_thread_t,
) -> switch_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