====== get tls ====== ''get_tls(r)'' is an assembly macro for retrieving the location (address) of [[Thread-local storage"]] (TLS is thus an acronym). It is defined in //automatically generated// (during Go building) file ''asm.h''. For ''GOOS=386'', ''get_tls(r)'' resolves to: ''MOVL 0x2c(FS), r'' ===== See also ===== * [[Thread-local storage]] * [[FS]] * [[asm]]