#include <e32std.h>
class TThreadId : public TObjectId |
Public Member Functions | |
---|---|
TThreadId() | |
TThreadId(TUint64) |
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.
See also: RThread
TThreadId | ( | TUint64 | anId | ) | [inline] |
Constructor taking an unsigned integer value.
Parameters | |
---|---|
anId | The value of the thread id. |