Function nstd_sys::thread::nstd_thread_id_compare
source · #[no_mangle]
pub extern "C" fn nstd_thread_id_compare(
xid: &NSTDThreadID,
yid: &NSTDThreadID
) -> NSTDBoolAvailable 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.