Diffusion KRDC e862ad95f365

[KRDC-1] Use current thread instead of TLS to it

Authored by Kanedias on May 31 2020, 11:15 PM.

Description

[KRDC-1] Use current thread instead of TLS to it

Current implementation relies on setting current thread pointer inside
the thread-local storage of current thread itself. We don't need this
workaround as we only ever need to get a pointer to the thread and it
can be done without relying on TLS.

Details

Committed
KanediasMay 31 2020, 11:29 PM
Parents
R436:99f5ff345dd1: Remove NX support
Branches
Unknown
Tags
Unknown