There is no way how to have TLS variables in MingW.
The only possible option is to change the code of allocator to work without them (or use USEMALLOC). But that will cripple MT performance big big time (anything you would gain by going multicore you will loose by this quirk).