Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-vtid.c
index 97a023d200af68f07abb43b4506170a031ab068b..880e34b90a1dae8aa9b95eec305ceaa08d0b5176 100644 (file)
@@ -110,9 +110,9 @@ error_find_context:
 }
 
 /*
- * Force a read (imply TLS fixup for dlopen) of TLS variables.
+ * Force a read (imply TLS allocation for dlopen) of TLS variables.
  */
-void lttng_fixup_vtid_tls(void)
+void lttng_vtid_alloc_tls(void)
 {
        asm volatile ("" : : "m" (URCU_TLS(cached_vtid)));
 }
This page took 0.026876 seconds and 4 git commands to generate.