D148281 will change return type of GetCurrentThread(), so it will
return ThreadContext instead of id.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I am going to change return type of GetCurrentThreadId() in the next patch.
Add more context what the inline u32 GetCurrentThreadId() { return GetCurrentThread(); } forwarder does?