Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / common / ringbuffer / ring_buffer_frontend.c
index fa0a984bfe26ea9f6aa8ff27c84882ad0040426c..62543fa2b6e63499daea3dcad231065e94b1da4e 100644 (file)
@@ -2558,9 +2558,9 @@ void lib_ring_buffer_check_deliver_slow(const struct lttng_ust_ring_buffer_confi
 }
 
 /*
- * 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_ringbuffer_tls(void)
+void lttng_ringbuffer_alloc_tls(void)
 {
        asm volatile ("" : : "m" (URCU_TLS(lib_ring_buffer_nesting)));
 }
This page took 0.023468 seconds and 4 git commands to generate.