Skip to content
Commit e862ad95 authored by Oleg Chernovskiy's avatar Oleg Chernovskiy Committed by Oleg Chernovskiy
Browse files

[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.
parent 99f5ff34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment