Function sgx_tstd::thread::rsgx_thread_equal[][src]

pub fn rsgx_thread_equal(a: sgx_thread_t, b: sgx_thread_t) -> bool

The rsgx_thread_equal function compares two thread identifiers.

Description

The function compares two thread identifiers provided by sgx_thread_ self to determine if the IDs refer to the same trusted thread.

Requirements

Library: libsgx_tstdc.a

Return value

true

The two thread IDs are equal.