MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / TID

Method TID

pcsx2/DebugTools/BiosDebugData.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 ~EEThread() override = default;
127
128 [[nodiscard]] u32 TID() const override { return tid; };
129 [[nodiscard]] u32 PC() const override { return data.resumeAddr; };
130 [[nodiscard]] ThreadStatus Status() const override { return static_cast<ThreadStatus>(data.status); };
131 [[nodiscard]] WaitState Wait() const override

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected