From: Mathieu Desnoyers Date: Tue, 7 Nov 2017 14:35:37 +0000 (-0500) Subject: Revert "Use initial-exec tls model" X-Git-Tag: v0.11.0~50 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=2f6618651c31c05ba1adbb5cdcf0d92980c38f38;hp=2f6618651c31c05ba1adbb5cdcf0d92980c38f38 Revert "Use initial-exec tls model" This reverts commit 6fd172f599e8d798e68974a786dd930d876f182e. The initial-exec model seems to behave differently than global-dynamic with respect to lazy initialization, causing locks to be taken then first time each thread touch the TLS. This introduces deadlocks with library constructors waiting on other threads. This will require further investigation. Signed-off-by: Mathieu Desnoyers ---