e156178a98f409562108bc433b8fe6bbc1fe038d
1 // SPDX-FileCopyrightText: 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 // SPDX-License-Identifier: MIT
5 #ifndef _LTTNG_UST_THREAD_H
6 #define _LTTNG_UST_THREAD_H
15 * Initialize this thread's LTTng-UST data structures. There is
16 * typically no need to call this, because LTTng-UST initializes its
17 * per-thread data structures lazily, but it should be called explicitly
18 * upon creation of each thread before signal handlers nesting over
19 * those threads use LTTng-UST tracepoints.
21 void lttng_ust_init_thread(void);
27 #endif /* _LTTNG_UST_THREAD_H */
This page took 0.037935 seconds and 5 git commands to generate.