Skip to main content

ddsrt_gettid_for_thread

Function ddsrt_gettid_for_thread 

Source
pub unsafe extern "C" fn ddsrt_gettid_for_thread(
    thread: ddsrt_thread_t,
) -> ddsrt_tid_t
Expand description

@brief Retrieve integer representation of the given thread id.

@returns The integer representation of the given thread.