Zrythm
v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
threads.h
1
// SPDX-FileCopyrightText: © 2026 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4
#pragma once
5
6
#include <string>
7
8
namespace
zrythm::utils
9
{
10
17
std::string
18
get_current_thread_name
();
19
20
}
// namespace zrythm::utils
zrythm::utils
String utilities.
Definition
chord_descriptor.h:7
zrythm::utils::get_current_thread_name
std::string get_current_thread_name()
Returns the name of the current thread as set by the OS or threading library.
src
utils
threads.h
Generated by
1.16.1