Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / common / ringbuffer / rb-init.h
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2012-2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7#ifndef _LTTNG_UST_RINGBUFFER_RB_INIT_H
8#define _LTTNG_UST_RINGBUFFER_RB_INIT_H
9
10void lttng_ringbuffer_alloc_tls(void)
11 __attribute__((visibility("hidden")));
12
13void lttng_ust_ringbuffer_set_allow_blocking(void)
14 __attribute__((visibility("hidden")));
15
16#endif /* _LTTNG_UST_RINGBUFFER_RB_INIT_H */
This page took 0.023389 seconds and 4 git commands to generate.