2 * Copyright (C) 2020 Michael Jeanson <mjeanson@efficios.com>
4 * SPDX-License-Identifier: LGPL-2.1-only
11 #include <common/macros.hpp>
14 * Set the current thread name on platforms that support it. The name can
15 * be of arbitrary length and will be truncated to the platform limit,
18 int lttng_thread_setname(const char *name);
20 #endif /* LTTNG_THREAD_H */