Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-time-ns.c
index 4f532b486d787f4f28f656fbe021b32e93b85405..ec32a1deea2881793af572f95753f49fa02fd201 100644 (file)
@@ -150,9 +150,9 @@ error_find_context:
 }
 
 /*
- *  * Force a read (imply TLS fixup for dlopen) of TLS variables.
- *   */
-void lttng_fixup_time_ns_tls(void)
+ * Force a read (imply TLS allocation for dlopen) of TLS variables.
+ */
+void lttng_time_ns_alloc_tls(void)
 {
        asm volatile ("" : : "m" (URCU_TLS(cached_time_ns)));
 }
This page took 0.024296 seconds and 4 git commands to generate.