TThreadId Class Reference

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.

RThread

Inherits from

Constructor & Destructor Documentation

TThreadId()

TThreadId ( ) [inline]

Default constructor.

TThreadId(TUint64)

TThreadId ( TUint64 anId ) [inline]

Constructor taking an unsigned integer value.

Parameters

TUint64 anId The value of the thread id.