Can TLS be implemented switching from MAP_SHARED to MAP_PRIVATE a page reserved for TLS variables ??

William Tambe tambewilliam@gmail.com
Mon Apr 6 23:57:34 GMT 2020


Can TLS be implemented switching from MAP_SHARED to MAP_PRIVATE a page
reserved for TLS variables ?

Switching such a page from MAP_SHARED to MAP_PRIVATE would effectively
make it local to that thread.


More information about the Libc-help mailing list