Skip to main content

ddsrt_thread_equal

Function ddsrt_thread_equal 

Source
pub unsafe extern "C" fn ddsrt_thread_equal(
    t1: ddsrt_thread_t,
    t2: ddsrt_thread_t,
) -> bool
Expand description

@brief Compare thread identifiers.

@returns true if thread ids match, otherwise false.