pub unsafe extern "C" fn ddsrt_thread_equal(
t1: ddsrt_thread_t,
t2: ddsrt_thread_t,
) -> boolExpand description
@brief Compare thread identifiers.
@returns true if thread ids match, otherwise false.
pub unsafe extern "C" fn ddsrt_thread_equal(
t1: ddsrt_thread_t,
t2: ddsrt_thread_t,
) -> bool@brief Compare thread identifiers.
@returns true if thread ids match, otherwise false.