Location:
e32std.h
Link against:
TThreadId
Supported from 5.0
Encapsulates the Id of a thread.
An object of this type is not explicitly constructed in open code
but is returned by the Id()
member function of a thread handle, an
RThread
.
The class also supplies two comparison operators, ==
and !=
to compare pairs of thread Ids.
Defined in TThreadId
:
operator!=()
, operator==()
TInt operator==(TThreadId aId);
Tests whether this thread Id is equal to the specified Id.
|
|
TInt operator!=(TThreadId aId);
Tests whether this thread Id is unequal to the specified thread Id.
|
|