|
||
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()const
Return the ID as a 64 bit integer TObjectId(TUint64)
Constructor taking an unsigned integer value.operator TUint()const
Conversion operator invoked by the compiler when a TObjectId type is passed to a...operator!=(TObjectId)const
Tests whether this thread Id is unequal to the specified thread Id.operator==(TObjectId)const
Tests whether this thread Id is equal to the specified Id.RThread
A handle to a thread.inline TThreadId(TUint64 anId);
Constructor taking an unsigned integer value.
|