Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32std.h

Class TThreadId

class TThreadId : public TObjectId;

Description

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.

Derivation

Members

Defined in TThreadId:
TThreadId(), TThreadId()

Inherited from TObjectId:
Id(), operator TUint(), operator!=(), operator==()

See also:


Construction and destruction


TThreadId()

inline TThreadId();

Description

Default constructor.


TThreadId()

inline TThreadId(TUint64 anId);

Description

Constructor taking an unsigned integer value.

Parameters

TUint64 anId

The value of the thread id.