Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-uts-ns.c
index 619649b30ccfe22711e0d3bd3b25d5112c9de416..06a978fd4184d561c9ff437a760bbd3ea7203bda 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)));
 }
This page took 0.02336 seconds and 4 git commands to generate.