|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Real-time safe thread identifier. More...
#include <src/utils/rt_thread_id.h>
Public Types | |
| using | IdType = unsigned int |
Public Member Functions | |
| IdType | get () const |
| bool | operator== (const RTThreadId &other) const |
| bool | operator!= (const RTThreadId &other) const |
Real-time safe thread identifier.
Provides a unique identifier for each thread without using non-real-time safe operations like std::this_thread::get_id().
Definition at line 14 of file rt_thread_id.h.
| using RTThreadId::IdType = unsigned int |
Definition at line 26 of file rt_thread_id.h.