Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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 TObjectId::Id()const member function of a thread handle, an RThread type.

Derivation

Members

Defined in TThreadId:

Inherited from TObjectId:

See also:


Construction and destruction


TThreadId()

inline TThreadId();

Description

Default constructor.


TThreadId(TUint64)

inline TThreadId(TUint64 anId);

Description

Constructor taking an unsigned integer value.

Parameters

TUint64 anId

The value of the thread id.