Files
Nim/lib/system
Sergey Avseyev 70ce8695e7 Fix #2672. Do not define globalsSlot for native TLS
Motivation
----------
globalsSlot is always defined so threading code works incorrectly when
native TLS supported.

Modification
------------
Defined globalsSlot only in TLS emulation mode. Remove myThreadId, which
based on broken behavior. It might be reimplemented later

Result
------
No segfaults.
2015-06-26 07:42:58 +03:00
..
2015-06-21 21:25:38 +02:00
2014-12-17 23:21:15 +01:00
2015-06-15 00:56:20 +02:00
2015-05-05 20:26:54 +02:00
2015-03-04 03:22:06 +01:00
2015-06-26 07:42:58 +03:00
2015-06-19 01:02:22 -05:00
2015-06-04 13:18:37 +02:00
2015-06-21 21:25:38 +02:00
2015-01-06 15:26:33 +01:00
2015-06-17 23:26:38 +03:00
2015-06-15 09:18:44 +02:00
2015-01-06 15:26:33 +01:00
2015-06-25 13:13:33 +02:00
2014-08-22 23:54:26 +02:00
2015-06-16 15:15:17 +02:00