|
|
|
class TThreadId : public TObjectId;
Encapsulates the Id of a thread.
An object of this type is not explicitly constructed in open code, but is returned by the TObjectId::Id()const member function of a thread handle, an RThread type.
TObjectId -
Encapsulates the Id of a kernel object.
TThreadId -
Encapsulates the Id of a thread.
Defined in TThreadId:
TThreadId()Default constructor. TThreadId(TUint64)Constructor taking an unsigned integer value.Inherited from TObjectId:
Id()constReturn the ID as a 64 bit integer TObjectId(TUint64)Constructor taking an unsigned integer value.operator TUint()constConversion operator invoked by the compiler when a TObjectId type is passed to a...operator!=(TObjectId)constTests whether this thread Id is unequal to the specified thread Id.operator==(TObjectId)constTests whether this thread Id is equal to the specified Id.RThreadA handle to a thread.inline TThreadId(TUint64 anId);
Constructor taking an unsigned integer value.
|