|
|
|
|
Location:
e32std.h
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 Id() 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(), TThreadId()
Inherited from TObjectId:
Id(),
operator TUint(),
operator!=(),
operator==()
inline TThreadId(TUint64 anId);
Constructor taking an unsigned integer value.
|