#[no_mangle]
pub extern "C" fn nstd_thread_id_compare(
    x_id: &NSTDThreadID,
    y_id: &NSTDThreadID
) -> NSTDBool
Available on crate feature thread only.
Expand description

Compares two thread identifiers.

§Parameters:

  • const NSTDThreadID *xid - The first identifier.

  • const NSTDThreadID *yid - The second identifier.

§Returns

NSTDBool is_eq - True if the two identifiers refer to the same thread.