ustfork: Fix possible race conditions
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-uts-ns.c
index 619649b30ccfe22711e0d3bd3b25d5112c9de416..662209473ab151ef9294d99797098714e62eab86 100644 (file)
@@ -152,9 +152,9 @@ error_find_context:
 }
 
 /*
- *  * Force a read (imply TLS fixup for dlopen) of TLS variables.
- *   */
-void lttng_fixup_uts_ns_tls(void)
+ * Force a read (imply TLS allocation for dlopen) of TLS variables.
+ */
+void lttng_uts_ns_alloc_tls(void)
 {
-       asm volatile ("" : : "m" (URCU_TLS(cached_uts_ns)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(cached_uts_ns)));
 }
This page took 0.025028 seconds and 4 git commands to generate.