Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-ipc-ns.c
index f635a23077bfdf47ff4c2781994ca3454dee7fea..63401e8d5889a6ce7f8fabb6b45c17684b1340d5 100644 (file)
@@ -151,9 +151,9 @@ error_find_context:
 }
 
 /*
- *  * Force a read (imply TLS fixup for dlopen) of TLS variables.
- *   */
-void lttng_fixup_ipc_ns_tls(void)
+ * Force a read (imply TLS allocation for dlopen) of TLS variables.
+ */
+void lttng_ipc_ns_alloc_tls(void)
 {
        asm volatile ("" : : "m" (URCU_TLS(cached_ipc_ns)));
 }
This page took 0.023614 seconds and 4 git commands to generate.