| 184 | // --- TLS ------------------------------------------------------------ |
| 185 | |
| 186 | Dynamic __hxcpp_tls_get(int inID) |
| 187 | { |
| 188 | return reinterpret_cast<hx::thread::ThreadImpl_obj*>(hx::thread::Thread_obj::current().GetPtr())->getSlot(inID); |
| 189 | } |
| 190 | |
| 191 | void __hxcpp_tls_set(int inID,Dynamic inVal) |
| 192 | { |